I want to create flip page application. in this application take input as a pdf and then after i want to convert that pdf in to flip page application. Please give me hint.
A:
To do a page flip effect you may:
- play with Cocoa touch framework and its UIViewAnimationTransitionCurlUp/Down transitions
- use cocos2d framework which supports a 'one-side' page transition (see CCPageTurn3D)
- make your own code (Implementing 2D Page Flip effect on iPhone OS is a good point to start from)
lechec
2010-09-30 11:28:53