Replacing a UIViewController root view with my own view
问题 I'm trying to replace a UIViewController root view with a subclassed UIView. In the iPhone SDK's UIViewController Class Reference, within it's Overview section, this is stated: You use each instance of UIViewController to manage a full-screen view. For a simple view controller, this entails managing the view hierarchy responsible for presenting your application content. A typical view hierarchy consists of a root view—a reference to which is available in the view property of this class—and