iPhone - nested views & controllers

Posted by codemonkey on Stack Overflow See other posts from Stack Overflow or by codemonkey
Published on 2010-05-28T23:36:47Z Indexed on 2010/05/28 23:42 UTC
Read the original article Hit count: 183

Filed under:
|
|
|
|

Is it possible to have a single iPhone screen with its view loaded from a xib by that screen's UIViewController, but then another UIView within that screen with content loaded from a separate xib file? If so, is it possible to have that nested view's events handled by a separate custom UIViewController subclass from the rest of the screen? If both of these things are possible, are they also advisable?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c