views:

62

answers:

1

Is there a way to make e.g. UIViewController use a custom UIVIew class?

+1  A: 

Yes, there is. Just create your custom class that inherits UIView, open interface builder, open the ViewController xib file, select the view, and change the Class on the View Identity tab.

Tuomas Pelkonen