I just wonder how can I achieve the gesture of tapping the lower right (left) corner of the screen to go to the next (previous) page in a UIScrollView, just like it did in the iBook apps from Apple?

Thanks, Lawrence

link|improve this question

0% accept rate
feedback

1 Answer

I would try putting a UITapGestureRecognizer on the UIScrollView. If the tap location within the view is where you want, turn the page left or right.

UITapGestureRecognizer

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.