Touche Events on UIScrollView

Joined
Jan 19, 2012
Messages
1
Reaction score
0
Points
1
Good day!

I am a student trying to make an iPad app (Book Application) in preparation before i graduate.

I used a UIScrollView for scrolling pages, same like the other magazine apps. In my book application i have different UIImageViews.

I coded first all the pages separately (different xcode projects per page), what i have each page are imageviews that can be drag and drop, and in some other page i have a draw-on-touch functionality, they are all working fin separately.

When i tried to combine all those pages into one book with the use of UIScrollView, the only thing that is happening is that it scrolls for page switching, but when i tried to disable the UserInteraction in the UIScrollView the touches are working.

is there a way that i could stop the scrolling during the implementation of each page? then enable it back after? is there any alternative for to do this?

i'm trying to figure this out for 2 weeks already.

I hope i could find help here! thanks in advance.
 

Shop Amazon


Shop for your Apple, Mac, iPhone and other computer products on Amazon.
We are a participant in the Amazon Services LLC Associates Program, an affiliate program designed to provide a means for us to earn fees by linking to Amazon and affiliated sites.
Top