JPSThumbnailAnnotation
JPSThumbnailAnnotation copied to clipboard
Not Showing for first time
i m adding these on follwowing way dispatch_async(dispatch_get_main_queue(), ^{ //add here }); but not working for the first time
You'll have to redraw the map after adding annotations in your dispatch block.
is method dispatch_async(dispatch_get_main_queue(), ^{ [mapView addAnnotation:[JPSThumbnailAnnotation annotationWithThumbnail:thumbnail]]; [mapView reloadInputViews]; }); is enough for that..?
Does calling that show the annotations?
Not showing
Ok, I reopened the issue in case it's a bug with this library. Could you please share code or fork the example showing this issue in practice? It would help me identify what might be going wrong.