When To Use self.myObject Instead Of myObject In iPhone Programming
I have seen a lot of confusion on the topic of when and why to reference an object using self.myObject versus just plain myObject. It took me a while to understand this myself, and please, if I am mistaken in my explanation, set me right, but here it is as I understand it.
If you reference [...]
