So I have an issue at the moment I am trying to put tableviews inside a scrollview which is inside another scrollview. Is this possible?
Think of it like this. I have a parent view which scrolls left and right between pages, on a page there is another scrollview. Inside the scrollview (page 1) there are 3 tableviews.
First off I just want to know if this is possible.
Parent Scrollview – Top view
Page 1 – scrollview
–Tableview 1
–Tableview 2
–Tableview 3
-Page 2 – scrollview
–Tableview 1
–Tableview 2
–Tableview 3
Anything is possible, you will just have to have advanced detection as to which scrollview/tableview should receive the scrolls.
Check out the official Apple docs for more info on how to do this.