iphone: UIwebview curl effect
Posted
by eshalev
on Stack Overflow
See other posts from Stack Overflow
or by eshalev
Published on 2010-03-28T11:51:30Z
Indexed on
2010/03/28
11:53 UTC
Read the original article
Hit count: 602
Hello,
I would like to make a standard view container which will give me the curl animation effect on multiple views.
Something like uiscrollview and paging, only with a different animation(curl).
I will be using UIwebviews as my separate pages.
The problem: I do not know how to trap swipes in UIwebviews, But I see that UIscrollview implments this (swiping a uiwebview in a uiscrollview will bring me to the next view). I am therefore assuming that the implmentation of UIscrollview is trapping UIwebview swipes.
How can i achieve the same functionality? I also need the UIWebview to keep functioning (as when embedding it in a uiscrollview)
© Stack Overflow or respective owner