there is no UIWindowController, is there?
Not quite sure what you mean though? If you want to "switch" between views you need to remove one from it's superview (removeFromSuperview-method) and then add the new view to the superview (probably the window if you are not using a tabbar) via the addSubview:-method, that's it.