Hi,
I want to have more than one MKAnnotation to be selected, but so far it seems that it is not possible, is that true? If yes are there any workarounds?
MKMapView has the selectedAnnotations property, which is an Array and also set-able, but the documentation states:
"Assigning a new array to this property selects only the first annotation in the array.". So I am wondering why this even is an Array and if there is in fact a way to have multiple annotations selected, that I am not aware of...
Any help, hints highly appreciated :-).
Cheers, Michael
I want to have more than one MKAnnotation to be selected, but so far it seems that it is not possible, is that true? If yes are there any workarounds?
MKMapView has the selectedAnnotations property, which is an Array and also set-able, but the documentation states:
"Assigning a new array to this property selects only the first annotation in the array.". So I am wondering why this even is an Array and if there is in fact a way to have multiple annotations selected, that I am not aware of...
Any help, hints highly appreciated :-).
Cheers, Michael