Quote:
Originally Posted by alessign
I was following this tutorial and everything is working perfectly. I was trying to add 3rd view with the same code and the app crashes. The button after press stays blue 2-3s and app crashes. It's in separate action...Iam I not able to do "main view" and from this link another 5-6 flipping views?
Thanks for ideas and your time!!!
|
For a minute there I thought he was asking about my tutorial on the same subject...
Hmm...realize that this tutorial is dated. I also have a similar tutorial on this site, try it too, but realize it too is outdated.
I'd suggest you browse through my chapter 8 or 9 videos on Vimeo. These don't have sound, but if you have completed this tutorial then you should have no problems following them. Moreover, source code will be posted for all the book videos (by August I will have them all).
BTW, not trashing this tutorial, the author of the tutorial was actually my technical editor/reviewer for the iPhone Book I just wrote and will be the editor/reviewer of the Objective-C book I'm about to write.
Oh, about your question, my guess is you need to go into the xib and ensure you connected all IBOutlets...I'll bet you didn't connect the File's Owner view IBOutlet to the view in the xib...common error if doing things the old-fashioned way.