Don’t Use Accessor Methods in Initializer Methods and dealloc
The only places you shouldn’t use accessor methods to set an instance variable are in initializer methods and dealloc.
why?
1
chundong 2015-02-08 07:28:01 +08:00
|