Has anyone updated leaves page curl project to support Views with Interaction elements ?
As of Leaves doesnot support that.
or Is there any good alternate libraries - I have tried AFKFlipper.
Has anyone updated leaves page curl project to support Views with Interaction elements ?
As of Leaves doesnot support that.
or Is there any good alternate libraries - I have tried AFKFlipper.
I can not recommend external libraries, jus t wanted to make sure you now that from iOS5 you can use the UIPageViewController that gives you a native page curl view controller.
You can read it's documentation here-
http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIPageViewControllerClassReferenceClassRef/UIPageViewControllerClassReference.html
See an example here -
http://www.techotopia.com/index.php/An_Example_iOS_5_iPhone_UIPageViewController_Application
And find a lecture about it in the latest WWDC.
Hey here is the sample project, you can work on it. link.
you dont need leaves. You can select the page based application in xcode 4.2 running ios 5!!