Bigger map annotation callouts in iPad -


In the iPad photo application, under "Location", you can see a map of where photos are taken. When the user taps an annotation, a callout is showing a stack of photos for that place. How can we get the same effect (big annotation callout with custom notification) in our own iPad applications?

Do we have to create a custom Mk annotation view class or do it -

I do not think you have to do your Annotation View Rolls Default MKAnnotationView (and MKPinAnnotationView ) do not give you many rooms for callouts customization.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -