Jman012 / Toxicity

An iOS Tox client for the iPhone.
Apache License 2.0
58 stars 14 forks source link

All class variables replaced on properties #18

Closed vmihaylenko closed 10 years ago

wiruzx commented 10 years ago

What's the point of properties, if you still calling ivars directly? :) You should call them via self.

Jman012 commented 10 years ago

I merged https://github.com/Jman012/Toxicity/pull/19

You might want to update your branch and resolve conflicts. Also I agree with @wiruzx, let's make them all self.

Or if you don't have the time I can do it.

vmihaylenko commented 10 years ago

Ok, i replaced it