How do I create a Cocoa Touch Framework?

What are the best tools to create interactive books for iPad?

  • Regarding user interface and animation programming. for example "Alice for iPad" and "In our time"; do we have to use openGL or we can use or extend the existing view controllers of cocoa touch framework.

  • Answer:

    The best tools are the ones that are already included in cocoa touch - no need for openGL. Simple animations can be executed very easily with UIView animation and for more complex sequences you can use "Core Animation". You will get simple to code and high performance animations without having to over complicate it with openGL code (which is really not necessary for a book application). Especially if you are using UIKit.

Artal Druk at Quora Visit the source

Was this solution helpful to you?

Other answers

iBooks. Very easy, lots of interactive features although you can't add any customization through Xcode and books are only available on the iBookstore.

Jen Eident

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.