Author Archives: idz

About idz

A professional software engineer dabbling in iOS app development.

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

iOS Developer Zone Goes Live

Welcome to iOS Developer Zone. I’m hoping that soon these pages will be filled with hints and tips for iPhone and iPad developers.

Posted in News | Leave a comment