Clarence
Clarence

Reputation: 1943

Page Flip animation like iBooks in swift

I have been searching a lot about coding the view transition animation. But I am most interested on the book page flipping animation on the iBooks. May I know is there any available sources for that which is written in swift? Many Thanks

Upvotes: 2

Views: 11841

Answers (2)

Darko
Darko

Reputation: 9845

This is done with the UIPageViewController class. See here:

http://www.techotopia.com/index.php/An_Example_Swift_iOS_8_UIPageViewController_Application

Upvotes: 3

Pravin S.
Pravin S.

Reputation: 485

Please look in this turorial.

http://www.appcoda.com/uipageviewcontroller-storyboard-tutorial/

For the page turn effect you need to go in Interface Builder and select page curl for your UIPageViewController.

Upvotes: 2

Related Questions