Reputation: 2773
in my view controller I have a ScrollView for content adaptation on various devices .. I need to insert a tableView inside the ScrollView but I noticed that my tableView not scrolling when it is inside a ScrollView. Can someone help me figure out how to fix this?
Upvotes: 0
Views: 670
Reputation: 279
If you want your table view to scroll set the content size of scroll view less than that of your table view.
Upvotes: 1