Hello all. i trying to understood class hierarchy. which are the sub class of NSObject. are there any graphical representation?
A:
Steve
2010-07-24 00:08:48
No, you're not. If you make a new class without an explicit parent class, it becomes a root class. It does not automatically inherit from NSObject.
Jonathan Grynspan
2010-07-24 00:51:39
@johnathan; I was wrong... good point. But then I think you lose all the standard features you'd expect from an objective-c class (like the alloc method, etc).
Steve
2010-07-25 02:19:14
A:
The class browser under Project>Class Browser
will display a hierarchal view of all the classes. There are a lot of them.
TechZen
2010-07-24 02:53:17