Quote:
Originally Posted by JohnGaby
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
|
Are you saying that the UIView will be created programmaticly? - Or why not in interface builder set the class of the view to your custom class?
CustomClass : UIVIew