Search code examples
iosxcodetemplatesxcode-template

What kind of template for ios application


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


Solution

  • 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