Xcode 4.2 MultiView App
Posted
by
doc92606
on Stack Overflow
See other posts from Stack Overflow
or by doc92606
Published on 2011-11-22T01:19:35Z
Indexed on
2011/11/22
1:50 UTC
Read the original article
Hit count: 194
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'
© Stack Overflow or respective owner