Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

ios-v5.2.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@MapboxCI MapboxCI released this 26 Jun 23:34
· 1405 commits to master since this release

Changes since Mapbox Maps SDK for iOS v5.1.0:

Offline maps

  • Fixed an issue where offline regions could report the wrong number of tiles. (#14958)

Packaging

  • Removed previously deprecated methods and properties that had been marked unavailable. (#15000)

Other changes

  • Added variants of several animated MGLMapView methods that accept completion handlers (#14381):
    • -[MGLMapView setVisibleCoordinateBounds:edgePadding:animated:completionHandler:]
    • -[MGLMapView setContentInset:animated:completionHandler:]
    • -[MGLMapView setUserTrackingMode:animated:completionHandler:]
    • -[MGLMapView setTargetCoordinate:animated:completionHandler:]
    • -[MGLMapView showAnnotations:edgePadding:animated:completionHandler:]
    • -[MGLMapView selectAnnotation:animated:completionHandler:]
  • Deprecated variants of the above methods without completion handlers. (#14959)
  • Fixed an issue where the two-finger tilt gesture would continue after lifting one finger. (#14969)

To install this pre-release via a dependency manager, see our CocoaPods or Carthage instructions. Note that direct podspec usage is broken in ios-v5.2.0-alpha.1 because of this issue.

Documentation is available online or as part of the download.