Tagged Questions

11
votes
4answers
984 views

Why shouldn’t I use Obective C 2.0 accessors in init/dealloc?

In @mmalc's response to this question he states that "In general you should not use accessor methods in dealloc (or init)." Why does mmalc say this? The only really reasons I can think of are …