In the view hierarchy shown in the diagram below, I would like to drag the part of the map that can be seen through the transparent UITableView (2).
-------------------------------- |1. MKMapView | | ------------------------------- | |2. Clear UITableView | | | | Content Offset | | | | | | | | | | | ------------------------------- | |Cell | | ------------------------------- | |Cell | -------------------------------
MKMapView is behind a UITableView. UITableView with positive content offset and clear background.
UITableView is currently accepting a gesture and the map cannot be started. How can I show a table view that should scroll only when cells are closed.
Onato source share