1

im trying to build an application like a book, with so many custom views and intensive animations. i want to know what is the best template for this kind of app? single view, view based?

thanks

Dr.Kameleon
  • 22,532
  • 20
  • 115
  • 223
returnvoid
  • 434
  • 1
  • 7
  • 19

1 Answers1

2

I would use a "Page Based Application" it comes with an interface that interacts just like a book with paging effects and everything. It uses one viewController that dynamically replaces content based on which page has been navigated to.

enter image description here

Mick MacCallum
  • 129,200
  • 40
  • 280
  • 281
  • ok but that template is only for iso5 no? theras a way to make it work for iso4? the storyboard is the problem – returnvoid Mar 12 '12 at 19:05