Skip to content

Instantly share code, notes, and snippets.

@henning-jh
Last active November 29, 2022 20:42
Show Gist options
  • Save henning-jh/d59833451be1cb000e9734e2f5c40fd4 to your computer and use it in GitHub Desktop.
Save henning-jh/d59833451be1cb000e9734e2f5c40fd4 to your computer and use it in GitHub Desktop.
Sign In with Apple: presentation anchor
extension MyLoginViewController: ASAuthorizationControllerPresentationContextProviding {
func presentationAnchor(for controller: ASAuthorizationController) -> ASPresentationAnchor {
return self.view.window!
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment