I have a UIScrollview
covering the entire UIViewController
's main view. Inside UIScrollview
is a content view that allows the UIScrollview
get the scrollable content. Inside the Content View of Scroll View is a UITableView
.
I'm not being able to scroll the UITableView
. Instead the vertical swipe is passed directly to the ScrollView causing it to scroll. How can I make the UITableView
scroll inside the UIScrollview
?
I have read the answers of many similar questions but none of them solved my issue