J JohnGaby macrumors newbie Original poster Nov 21, 2009 #1 I know how to create a view from a nib using UIViewController. What I want to do is create a view from a nib which uses my own custom class (which is based on UIView, of course). Is such a thing possible? Thanks
I know how to create a view from a nib using UIViewController. What I want to do is create a view from a nib which uses my own custom class (which is based on UIView, of course). Is such a thing possible? Thanks
dejo Moderator emeritus Nov 21, 2009 #2 Look into using NSBundle's loadNibNamed: owner: options: instance method.