Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS animation flip book cover and ease up

I have a scroll view, and few buttons/images there. on clicking I would like such animation :

(image opens like )book cover opens, and related view controller opens with ease in animation and gets full screen.

Any thoughts ?

Something similar happening in cook app Link of cook app : https://itunes.apple.com/us/app/cook/id687560846?mt=8

Edit : I have added animation, gif will run uninterrupted once completely loaded.

enter image description here

like image 307
Haris Avatar asked Apr 23 '15 19:04

Haris


1 Answers

Might I suggest iBooksOpen, a library that provides a book opening animation. It's pretty lightweight and should meet your needs.

(Only drawback: it opens a single page to the whole screen, but you could adapt the geometry if you wanted a page-folding-open effect.)

like image 181
Ryan Kreager Avatar answered Oct 12 '22 23:10

Ryan Kreager