Xcode 4.2 MultiView App
- by doc92606
i am a fairly new iOS programmer, and I've lately been having trouble with my multi view app. Im using a paged based application with two view. I just don't seem to be able to make an IBAction that allows me to switch between each view. i tried using:
[self presentModalViewController: SecondViewController animated: YES];
but i keep getting an error that says:
"use of undeclared identifier 'SecondViewController'