Animation on single UIWebView
Posted
by
Shri
on Stack Overflow
See other posts from Stack Overflow
or by Shri
Published on 2011-11-15T09:37:22Z
Indexed on
2011/11/15
17:51 UTC
Read the original article
Hit count: 214
I have searched quite a bit(sample one, Sample two) but cant seem to get the correct answer. I have a webview on my XYZ view controller class. When i press on a button, it takes an URL from an array and re-loads the same webview. Now I need to do the flip book animation on it. Same webview should be reloaded. That is the webview should rotate around its own axis 180/360 degree while the loading of next url is going on. Is this possible?
© Stack Overflow or respective owner