From 2e225939621733359e3254b00b5853afa650f4fd Mon Sep 17 00:00:00 2001 From: Julian Rex Date: Thu, 19 Apr 2018 15:47:58 -0400 Subject: [ios] Mark -presentCalloutFromRect:inView:constrainedToView:animated: unavailable (#11738) --- platform/ios/src/MGLCalloutView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/ios/src/MGLCalloutView.h') diff --git a/platform/ios/src/MGLCalloutView.h b/platform/ios/src/MGLCalloutView.h index 7e7cf2d02e..689b159fd7 100644 --- a/platform/ios/src/MGLCalloutView.h +++ b/platform/ios/src/MGLCalloutView.h @@ -39,7 +39,7 @@ NS_ASSUME_NONNULL_BEGIN Presents a callout view by adding it to `view` and pointing at the given rect of `view`’s bounds. Constrains the callout to the bounds of the given view. */ -- (void)presentCalloutFromRect:(CGRect)rect inView:(UIView *)view constrainedToView:(UIView *)constrainedView animated:(BOOL)animated; +- (void)presentCalloutFromRect:(CGRect)rect inView:(UIView *)view constrainedToView:(UIView *)constrainedView animated:(BOOL)animated __attribute__((unavailable("Use -presentCalloutFromRect:inView:constrainedToRect:animated: instead."))); /** -- cgit v1.2.1