IOs, curling pages, another question

I am writing a book publisher and I really want to have cool page rotation functionality.

I noticed that in UIView there are two pre-built types of animation between the two views: flipping around the vertical axis and twisting around the horizontal, but not curl around the vertical axis. Perhaps there is a way to trick the curling transition into thinking that the vertical axis is actually horizontal?

I saw some third-party open source libraries for turning pages, but they all seem pretty old and slow or obscure, so I would rather use a simple glide of a new look and an extension of the old look. But if there was a way to use Apple libs for this, that would be cool. It is strange that they opened vertical curling and "hid" horizontal.

Sincerely, Timothy.

+3
source share
1 answer

I don’t think there is a way to use vertical twisting of apple libraries. Even if there is a way to do this, the application store will reject the application, as this is not a documented way of doing things.

This link will give more information: http://oleb.net/blog/2010/06/app-store-safe-page-curl-animations/

(http://github.com/brow/leaves) - , . Leaves , , , . , , UIView . UIView , Leaves .

+1

All Articles