hyperoslo / iOS-playbook

Hyper's iOS playbook
Other
227 stars 28 forks source link

Don't access your own instance properties in the init methods #127

Closed kostiakoval closed 7 years ago

kostiakoval commented 9 years ago

https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/ProgrammingWithObjectiveC/EncapsulatingData/EncapsulatingData.html#//apple_ref/doc/uid/TP40011210-CH5-SW11

3lvis commented 9 years ago

This only applies for your OWN declared properties, not for inherited ones.

kostiakoval commented 7 years ago

closing issue because of lack of activity, reopen if needed