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