Is it possible to make a subclass of NSObject which support subnodes in IB for iPhone project?

Posted by Eonil on Stack Overflow See other posts from Stack Overflow or by Eonil
Published on 2010-05-03T11:36:36Z Indexed on 2010/05/03 11:48 UTC
Read the original article Hit count: 269

Filed under:
|
|

I'm making a custom UI element class for iPhone. It'll cool to edit my class on Interface Builder with hierarchy.

Some of my class is management class like UINavigationController, but they're not one of them, subclasses from NSObject.

Of course, I can place a NSObject instance on IB, but it cannot have a child node. Is there a way to enable adding child node to subclass of NSObject?

© Stack Overflow or respective owner

Related posts about interface-builder

Related posts about nsobject