Skip to content

Instance method of the class MKMapView doesn't work when animated is set to "YES" #27

Description

@valikb

Hi,

I found a bug in the instance method of the MKMapView class:

  • (void)setRegion:(MKCoordinateRegion)region animated:(BOOL)animated

It doesn't work when animated is set to "YES":
[mapView setRegion:coordinateRegion animated:YES];

Has anyone seen this before? It works fine when selected "NO":
[mapView setRegion:coordinateRegion animated:NO]

Is there any way to enable zoom with animation? Can it be fixed please?

Cheers,
Valik

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions