Posts by Mário Klein • 46 points
1 post
-
3
votes1
answer31
viewsA: Allow interactivity in Uiscroolview and prevent interaction with content within it while scrolling
Daniel, Try to navigate through the view tree [scrollView subviews] and define them all with userInteractionEnabled = false while performing the scroll. When finished, do the reverse…