mikeash.com: just this guy, you know?

NSBlog
RSS feed (full text feed)

cocoa init initializer objective-c super

Showing entries tagged "initializer". Full blog index.

Tags: cocoa objective-c super init initializerOne of the longest ongoing controversies in the Cocoa community is how to write your init methods. More specifically, how to properly call your superclass's initializer. In the hopes of putting this controversy to rest, I want to walk through the right way to write an initializer and exactly why this is the right way.
(Read More) 14 comments