I want to know how to change view on button click in iPhone without navigation controller?
Place this in Button IBAction method
[mCurrentView removeFromSuperview]; [self.view addSubView:mNewView];