Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work with WebView #1

Open
ilham369 opened this issue May 5, 2012 · 2 comments
Open

Work with WebView #1

ilham369 opened this issue May 5, 2012 · 2 comments

Comments

@ilham369
Copy link

ilham369 commented May 5, 2012

Hello,

Thank you for this beautiful control :)

I'm wondering if I can make it works with a webView ?

@jemmons
Copy link
Owner

jemmons commented May 9, 2012

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.

@ilham369
Copy link
Author

Hi,

Thanks for your response, I'll give it a try !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants