Hi all,
I am building a very simple brochure app for the iPhone (planning on adding the iPad bit later).
I have created a front page (root view controller) with a button which links to a second page/view controller. You can swipe the second page left to return to the front page. When I did this bit it all worked fine and I could go back and forth between both pages happily.
I figured it would be a simple matter to add more buttons to the front page and link them the same way to other pages. I have added two more buttons and two more pages and while I can get to those pages in the iOS simulator, I cannot then swipe back to the front page from page 3 or page 4. I have to quit the simulator to fix the crash. Page 2 still works fine, and apart from the images, page 3 and 4 are set up identically to page 2.
I followed this video tutorial on Youtube to build the first two pages:
http://www.youtube.com/watch?v=It2fAolaFV0&feature=related
There are no links directly between pages 2,3 and 4. Everything goes through the front page.
Does anyone know why this would crash?
I am building a very simple brochure app for the iPhone (planning on adding the iPad bit later).
I have created a front page (root view controller) with a button which links to a second page/view controller. You can swipe the second page left to return to the front page. When I did this bit it all worked fine and I could go back and forth between both pages happily.
I figured it would be a simple matter to add more buttons to the front page and link them the same way to other pages. I have added two more buttons and two more pages and while I can get to those pages in the iOS simulator, I cannot then swipe back to the front page from page 3 or page 4. I have to quit the simulator to fix the crash. Page 2 still works fine, and apart from the images, page 3 and 4 are set up identically to page 2.
I followed this video tutorial on Youtube to build the first two pages:
http://www.youtube.com/watch?v=It2fAolaFV0&feature=related
There are no links directly between pages 2,3 and 4. Everything goes through the front page.
Does anyone know why this would crash?