summaryrefslogtreecommitdiff
path: root/platform/ios/app
diff options
context:
space:
mode:
authorJulian Rex <julian.rex@gmail.com>2018-04-19 15:47:58 -0400
committerGitHub <noreply@github.com>2018-04-19 15:47:58 -0400
commit2e225939621733359e3254b00b5853afa650f4fd (patch)
treec71f4a52d3bd3ca2d25e38452c90e15dd0464197 /platform/ios/app
parentb414c607c3369641fca23c79dfaff231a66a89cf (diff)
downloadqtlocation-mapboxgl-2e225939621733359e3254b00b5853afa650f4fd.tar.gz
[ios] Mark -presentCalloutFromRect:inView:constrainedToView:animated: unavailable (#11738)
Diffstat (limited to 'platform/ios/app')
-rw-r--r--platform/ios/app/MBXCustomCalloutView.m5
1 files changed, 0 insertions, 5 deletions
diff --git a/platform/ios/app/MBXCustomCalloutView.m b/platform/ios/app/MBXCustomCalloutView.m
index 0626b0997a..2d70e8b7b3 100644
--- a/platform/ios/app/MBXCustomCalloutView.m
+++ b/platform/ios/app/MBXCustomCalloutView.m
@@ -39,11 +39,6 @@ static CGFloat const tipWidth = 10.0;
#pragma mark - API
-- (void)presentCalloutFromRect:(CGRect)rect inView:(UIView *)view constrainedToView:(UIView *)constrainedView animated:(BOOL)animated
-{
- [self presentCalloutFromRect:rect inView:view constrainedToRect:CGRectNull animated:animated];
-}
-
- (void)presentCalloutFromRect:(CGRect)rect inView:(nonnull UIView *)view constrainedToRect:(__unused CGRect)constrainedRect animated:(BOOL)animated
{
if ([self.delegate respondsToSelector:@selector(calloutViewWillAppear:)])