Skip to content

Instantly share code, notes, and snippets.

@navsing
Created May 14, 2020 22:00
Show Gist options
  • Save navsing/69a16c690831e6478abb2370f1df8534 to your computer and use it in GitHub Desktop.
Save navsing/69a16c690831e6478abb2370f1df8534 to your computer and use it in GitHub Desktop.
struct AppleIdButton: UIViewRepresentable {
func makeUIView(context: Context) -> ASAuthorizationAppleIDButton {
ASAuthorizationAppleIDButton()
}
func updateUIView(_ uiView: ASAuthorizationAppleIDButton, context: Context) {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment