Sorry for my poor English :"> I have a question about MKMapView and MKAnnotation in MKMapkit of iOS.
I'm writing a small app named "Transport Helper". It contains a map and some annotations in that map to represent places. (Ex: bus station,...).
I added sequence of annotations (id) to that MKMapView and hope they'll appear with order I've add them. But I received result : these annotation appear top -> bottom and left -> right.
Can somebody help me custom that order ???
P.s: I very need that custom because i want display my bus stations follow bus's route :((