kAiN
kAiN

Reputation: 2773

UITableView not scrolling inside of UIScrollView

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

Answers (1)

User31
User31

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

Related Questions