You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should be able to. I originally wrote it before iPads had been released and wasn't sure how the hardware would perform. So I'm animating CALayers instead of UIViews.
It's clear now that even the original iPad could have handled animating a number of UIViews (or UIWebViews) at once. So you could back everything out a bit and apply the same transformations to views instead of layers and I think you'd be most of the way there.
Of course, if you're supporting iOS5, you should take a long look at UIPageViewController. It does the same "True 3d" page turn thing that iBooks does, which has more features than this and is very easy to use.
Hello,
Thank you for this beautiful control :)
I'm wondering if I can make it works with a webView ?
The text was updated successfully, but these errors were encountered: