Some 3rd-party removed:
- Kingfisher: I used it to cache snapshots generated by #MKMapSnapshotter (for UITableView cells) ➡️ I'll now cache them in my Core Data store, if needed.
- Alamofire: I used it to fetch locations by consuming Foursquare API ➡️ I'll now use #MKLocalSearch (#MapKit).
#mkmapsnapshotter #mklocalsearch #mapkit #indiedev #BuildInPublic
#MapKit #MKLocalSearch tip: use a real device to check the results.
I first used Previews or a simulator and was really surprised by the results: they were quite different from results in other apps I use for the same query.
I then launched my app on my phone... and results were almost the same (some POI filters are probably different)!
First screenshot is from simulator, second is from my phone.