I was just wondering, when accessing properties from within the class, do I have to do [self someProperty] or self.someProperty? Or is it safe to refer to it simply as someProperty?
EDIT: Given that the name of the property doesn’t conflict/shawdow….
Any one is fine. But I prefer not to use
selfwhen being in scope of class.All the above three statements are going the modify the interface variable
someValue.