How do I display an area of a map as an image based on a coordinate without initializing MKMapView
, similar to the one in the 'Meetup' app?
Initializing MKMapView
in a table view cell will block the UI and it looks like the app hangs for a while.