Weird ViewControllers - iPhone SDK
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2010-04-30T02:00:04Z
Indexed on
2010/04/30
2:07 UTC
Read the original article
Hit count: 309
Hello everyone,
I have a Tab-Bar Application for this iPhone application I am making. I make a simple button on the 3rd view (3rd tab), and give it an IBAction to give an alert view. When I press build and go, everything works out fine. I go onto the 3rd tab, and I press my button. It simply crashes... Why is this happening? Everything I put in this 3rd tab crashes. I create a simple view controller, and write the class files to start over, but I keep getting the same errors.. Everything works fine on my first tab, where I originally got the first view controller..
P.S> It also says Incomplete Implementation of Class 'ThirdViewController'. I don't know why its there..
If anyone can help me out here, i would greatly appreciate it.
Kevin
© Stack Overflow or respective owner