Steps:
- In an Xcode project add a new Cocoa Touch Class
- And select the "Subclass of" UIViewController Select "and also create XIB file"
- Then opening the .xib file there is only a UIView.
Any reason there is no UIViewController which would be the logical choice?