Tag Archives: Objective-C

The init and dealloc idioms.

For C++ programmers the first surprise waiting for them in Objective-C is that in a derived class they must explicitly call the init and dealloc methods of the superclass (roughly the equivalent of a constructor and destructor). By following the … Continue reading

Posted in Objective-C | Tagged , , , | Leave a comment