1
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
}
|
||||
|
||||
- (void)handleAppleIDButtonPress API_AVAILABLE(ios(13.0)) {
|
||||
__weak typeof(self) weakSelf = self;
|
||||
KBWeakSelf
|
||||
[[AppleSignInManager shared] signInFromViewController:self completion:^(ASAuthorizationAppleIDCredential * _Nullable credential, NSError * _Nullable error) {
|
||||
__strong typeof(weakSelf) selfStrong = weakSelf;
|
||||
if (error) {
|
||||
|
||||
Reference in New Issue
Block a user