UIScrollView only accepting touches on second page
I have a subclassed `UIScrollView` that passes touches onto the buttons(`UIImageViews`).
The `ScrollView` has paging enabled and is spread across between 2 and 7 pages programmitically.
However the touches are only recognised when page 2 is shown. The scrolling works fine.
Any Ideas?
-SOLVED- I had mistyped and had a mixture of UIView and UIImageViews for the Views in between the scrollview and the buttons
Hierarchy should be -
UIScrollView
|_ UIView
|_UIImageView
Last edited by sregorcinimod; 10-09-2011 at 03:53 PM.
|