Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a map with an annotation on it that has a callout. That annotation moves and at some point the callout will get out of the screen, if opened while moving.

The only way I could find to fix this is to call deselectAnnotation: and then selectAnnotation: on the map view.

The only problem I have with this is that you have to call selectAnnotation: with the animated parameter set to YES in order to refit the callout, which makes the callout bounce-open at every move.

Is there a more elegant way to autofit the callout, except re-inventing the wheel by creating your own custom callout?

Thank you!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.