In my app I am using a UIScrollView with multiple views (each view having buttons, scrollview and labels). By using for loop I am loading that views into UIScrollView. But when I tried to get touch actions in views inside UIScrollView only last view is able to access. How can we get touch access to all views inside UIScrollView?.
Any help or suggestion to do this.

