Weird ViewControllers - iPhone SDK
- by Kevin
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