Objective C: Detecting touch events on UIScrollView

665 Views Asked by At

I am making a book application using a scrollview for paging but i am having problem detecting touch event on it all the touch events are not working. is there a way that i could implement touch event on scrollview?

1

There are 1 best solutions below

0
On

As you want to build a book reading application. I will suggest that rather than going with UIScrollView you can directly go for UIPageViewController

here are some referral link. http://www.techotopia.com/index.php/An_Example_iOS_5_iPhone_UIPageViewController_Application

http://www.techotopia.com/index.php/Implementing_a_Page_based_iOS_5_iPhone_Application_using_UIPageViewController

hope that help