From 45b990dd92d62d6585cea3554c05b357693b9c99 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Tue, 18 Jun 2019 12:13:43 -0700 Subject: [ios, macos] Deprecate methods in favor of new completion handler versions --- platform/macos/src/MGLMapView.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'platform/macos/src/MGLMapView.h') diff --git a/platform/macos/src/MGLMapView.h b/platform/macos/src/MGLMapView.h index fbe57524b8..f5fcee5b25 100644 --- a/platform/macos/src/MGLMapView.h +++ b/platform/macos/src/MGLMapView.h @@ -626,8 +626,8 @@ MGL_EXPORT IB_DESIGNABLE @property (nonatomic, assign) NSEdgeInsets contentInsets; /** - Sets the distance from the edges of the map view’s frame to the edges of the - map view’s logical viewport, with an optional transition animation. + Deprecated. Sets the distance from the edges of the map view’s frame to the + edges of the map view’s logical viewport, with an optional transition animation. When the value of this property is equal to `NSEdgeInsetsZero`, viewport properties such as `centerCoordinate` assume a viewport that matches the map @@ -646,7 +646,7 @@ MGL_EXPORT IB_DESIGNABLE the content insets or `NO` if you want the map to inset the content immediately. */ -- (void)setContentInsets:(NSEdgeInsets)contentInsets animated:(BOOL)animated; +- (void)setContentInsets:(NSEdgeInsets)contentInsets animated:(BOOL)animated __attribute__((deprecated("Use `-setContentInsets:animated:completionHandler:` instead."))); /** Sets the distance from the edges of the map view’s frame to the edges of the -- cgit v1.2.1