We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 559c993 + a62e364 commit 9eab55bCopy full SHA for 9eab55b
Branch-SDK/Branch-SDK/BranchUniversalObject.m
@@ -162,7 +162,11 @@ - (void)showShareSheetWithLinkProperties:(BranchLinkProperties *)linkProperties
162
}
163
};
164
} else {
165
+#pragma clang diagnostic push
166
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
167
+ // Deprecated in iOS 8. Safe to hide deprecation warnings as the new completion handler is checked for above
168
shareViewController.completionHandler = completion;
169
+#pragma clang diagnostic pop
170
171
172
UIViewController *presentingViewController;
0 commit comments