Hello, I have a "layout changing" map view (changes the height of the view with some user interactions) and those changes (changing map center coordinates as well) make the annotations going crazy, changing their positions and some disappearing!
Screenshots:
https://www.dropbox.com/s/t3kmqytjzl6wtx9/crazy1.png?dl=0
When I select the annotation in the first "O" of London I change the height of the map and on didSelectAnnotationView: delegation method I do [self.theMap setCenterCoordinate:theannotation.coordinate animated:YES];
That's what I have:
https://www.dropbox.com/s/hdi2n9nwb848974/crazy2.png?dl=0
As you can see, the annotation has been displaced and any other annotations are gone!
Hello, I have a "layout changing" map view (changes the height of the view with some user interactions) and those changes (changing map center coordinates as well) make the annotations going crazy, changing their positions and some disappearing!
Screenshots:
https://www.dropbox.com/s/t3kmqytjzl6wtx9/crazy1.png?dl=0
When I select the annotation in the first "O" of London I change the height of the map and on didSelectAnnotationView: delegation method I do [self.theMap setCenterCoordinate:theannotation.coordinate animated:YES];
That's what I have:
https://www.dropbox.com/s/hdi2n9nwb848974/crazy2.png?dl=0
As you can see, the annotation has been displaced and any other annotations are gone!