I have a UIScrollView
with 3 pages. The problem is that in my app the user must be able to interact with all the pages at the same time, and for some reason it appears that there's some automatic functionality that disables the user interaction on the pages that are not currently being seen. I need to disable this in order to allow interactions with all the views in my scroll view, on all pages.
Asked
Active
Viewed 102 times
0

Antal Spector-Zabusky
- 36,191
- 7
- 77
- 140

Fernando Pérez Guzmán
- 19
- 1
- 2
- 6
-
What interaction are you referring to that the user can do with UI items that are not visible on the screen? – Hermann Klecker Nov 13 '12 at 20:30
-
the thing is that they are visible on the screen. The interactions consist on that the UIbuttons on the UIScrollView respond as they should. – Fernando Pérez Guzmán Nov 13 '12 at 21:45
-
If all UI Items are visible on screen, why do you use the paging mode? – Hermann Klecker Nov 14 '12 at 09:22