Just put another button in the first view and move your code of goToFirstView to the FirstView controller. Then, change where you coded [self.view removeFromSuperview]; by a [secondView.view removeFromSuperview];
I suggest you to read some tutorials of how the views and viewcontrollers are designed in iPhone.
Angel García Olloqui
2010-06-28 22:17:25