I have a horizontal UITableView
with pagination enabled, and vertical UITableView
within horizontal tableView. Its working fine in less than iOS 7 and not properly working in iOS 7.x.
The problem is, user can not scroll vertically, because somehow horizontal (Outer UITableView
) scrolling has higher priority than vertical (inner UITableView
) scrolling. How I can disable Outer UTableView
scrolling when user scrolls vertical and vice versa
I set the directionalLockEnabled property as YES, but not resolved.