Search code examples
iosswiftdictionaryfoursquare

Map with annotations pins like Foursquare, swift


I am working on an app based on the Map View, and I wanted to implement something like Foursquare : in front of the map that you can scroll and that is linked with the pins. I tried with the Collection View but without success.. Does anyone know how to do it or have an idea? Thanks a lot.


Solution

  • You can achieve this by adding UICollectionView above MapView (use addSubview method or add in storyboard) and set background color of collection view to UIColor.clearColor. By this the collection view cell will look floating above the map view.