ios, is there a way to show MKPinAnnotationView without user tap the pin on MapView? -


As a topic,

I just want a method which without clicking the pin on the map view Can MKPinAnnotationView Show?

I try to use the method - (zero) selection Annotation: (id & lt; MKAnnotation & gt;) Animation Animated: (BOOL) Animated;

But it can only select one pin, but many .... I want to show all MKPinAnnotationViews of pins, how do anyone know?

Please help thanks for you.

I did not do it personally, but if I were you, Show the properties of the code> image in MKPinAnnotationView objects and in the system of your choice.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -