Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

aneuryzma

macrumors newbie
Original poster
May 9, 2011
21
0
I can't see iOS classes hierarchy, i.e. subclasses of UIView from apple developer documentation (to be clear, such as in Java Documentation, in which all subclasses or known implementation of an interface are listed right in the documentation page).

Where can I find such information ?

thanks
 

chown33

Moderator
Staff member
Aug 9, 2009
10,751
8,425
A sea of green
For the Foundation framework:
http://developer.apple.com/library/...ation/ObjC_classic/Intro/IntroFoundation.html

For the UIKit framework:
http://developer.apple.com/library/...IKit_Framework/Introduction/Introduction.html

For Core Animation:
http://developer.apple.com/library/...ation_guide/Articles/WhatisCoreAnimation.html

Google search terms:
ios foundation class hierarchy site:developer.apple.com
ios uikit class hierarchy site:developer.apple.com
ios animation class hierarchy site:developer.apple.com


Notice the patterns here: hierarchies are much more broad than deep, things are divided up by framework, the "framework reference" is usually where a class hierarchy diagram appears, and the search terms follow a basic pattern.

What's not obvious in any of this is the role of protocols (formal or informal) and delegates. Protocols aren't shown in any of the class diagrams, but they are an essential part of everything.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.