OCMapView
OCMapView copied to clipboard
Facing issue with showing pins / clusters
In my app I have MKMapView which works well, then I have replaced MKMapView with OCMapView and pins stopped being displayed. and I found viewForAnnotation function stopped being called. Only thing I found different from sample project is method for adding annotation, in sample project addAnnotations method is used but in my case I have to use addAnnotation method in loop.
Any idea what I am missing or any workaround to call viewForAnnotation and start displaying pins.
Thanks
I am facing the same issue. Previously its working with MKMpaView,but when i replace it with OCMapView,it stopped working. Have you fixed this issue?
Thanks in advance.