I have a mapview, and I have another collectionView on top of the mapview. Is it possible to interact with the mapView(drag around) while the the collectionView is on top?
Asked
Active
Viewed 176 times
0
-
2possible duplicate of [Passing through touches to UIViews underneath](http://stackoverflow.com/questions/9026097/passing-through-touches-to-uiviews-underneath) – memmons Jun 30 '14 at 14:53
1 Answers
0
If the collectionView has its user interaction boolean set to NO then the touches should pass thru to the map view.

valheru
- 2,552
- 3
- 20
- 40