I have a UIView
inside a UIScrollView
, and the UIViewControllers
for those views are not receiving the touch events. If I take the views out of the scroll view then it works.
UserInteraction is default ON of all views but it's still not working!
This must be possible and I'd be really grateful if someone could point me in the right direction!
Many Thanks,
add the following code to implementation file then touches moved
You can use the following method
And to handle it