Beomseok
Beomseok

Reputation: 471

How do you do a page curl animation without using the iPhone's built-in curlUp and curlDown animations?

I would like to animate a page flipping, like is shown here, but without using the built-in UIViewAnimationTransitionCurlUp and UIViewAnimationTransitionCurlDown animations. Is that possible?

Upvotes: 0

Views: 922

Answers (1)

coneybeare
coneybeare

Reputation: 33101

Try this. I think it uses private methods, but it works. Its a great starting point to figuring out how do do it yourself.

Upvotes: 1

Related Questions