iphone - callout bubble MKMapView move problem -


im developping app uses mkmapview. wenn map moved perform server request new annotations based on coordinates.

wenn annotation clicked sometines moves map. in case don't want perform request.

has solution how know if callout buble moved map ?

i tried - (void)mapview:(mkmapview *)mapview didselectannotationview:(mkannotationview *)view{ without success !

look @ this answer explain several methods track mkmapview has moved.

that answers different problem, think might you.


Comments

Popular posts from this blog

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -