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.
1 parent 8464cc0 commit 33059f5Copy full SHA for 33059f5
Branch-SDK/BranchQRCode.h
@@ -64,11 +64,13 @@ Creates a Branch QR Code image and displays it in a share sheet.
64
@param completion Completion handler containing any potential error.
65
66
*/
67
+#if !TARGET_OS_TV
68
- (void)showShareSheetWithQRCodeFromViewController:(nullable UIViewController *)viewController
69
anchor:(nullable id)anchorViewOrButtonItem
70
universalObject:(nullable BranchUniversalObject *)buo
71
linkProperties:(nullable BranchLinkProperties *)lp
72
completion:(void(^)(NSError * _Nullable error))completion;
73
+#endif
74
75
@end
76
0 commit comments