I’m looking for a map that shows the general framework of iOS. Say when you create a viewController. What are the exact objects that created the ViewController and its hierarchy. Also, say you have self, then what would be the super? like what would be the object of super or how one would picture the super object. If there’s one, can someone share it?
here is an example: http://cc.cocimg.com/cms/uploads/allimg/120515/4064_120515094512_1.jpg
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIKit_Framework/Introduction/Introduction.html#//apple_ref/doc/uid/TP40006955-CH1-SW1
While the image details the actual class hierarchy in reference to direct inheritance; UIViewController follows the “has a” or “knows about” type design. Here is the top of the interface pulled from UIViewController.h:
Bring up this folder in Finder/Terminal and back off to the parent folder for more items in the SDK: