Skip to content

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

@valikb

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

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