0

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?

user2735868
  • 83
  • 1
  • 1
  • 4
  • 2
    possible 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 Answers1

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