10

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

Haris
  • 1,822
  • 2
  • 22
  • 44
  • Have you tried out like this :http://www.appcoda.com/uipageviewcontroller-tutorial-intro/ – Viral Savaj Apr 24 '15 at 04:44
  • 2
    You may be interesting in http://code.tutsplus.com/tutorials/create-a-3d-page-folding-animation-page-sketch-spine-fold-effect--mobile-13473 It seems to have good explanation on how to do it, and adapt it to your wanted effect. – Larme Apr 28 '15 at 14:09

1 Answers1

2

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.)

Ryan Kreager
  • 3,571
  • 1
  • 20
  • 35