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.
source
share