If you have UIScrollViewone that contains vertical content and UITableViewas part of this content, you should at least disable scrolling on UITableView- otherwise it confuses the user when he will scroll yours mainViewand when tableView, and also confusing the framework, because it is unclear where to send parchment gestures.
Generally, you should avoid placing table views inside scrollViewsunless you really know what you are doing.
source
share