I’m working on a mobile app that uses NFC to connect to specific devices. For iOS phones, we are required to suppress the Apple Pay interface, because otherwise the Wallet app will show up when presenting the phone to a device with our app…
Do you know if we can code a “Sign up with Apple” button differently to a “Continue with Apple” button?
The reason I need to know this is because I want to have users select the ‘Sign up with Apple’ button when they are on the sign-up scre…
Do you know if we can code a “Sign up with Apple” button differently to a “Continue with Apple” button?
The reason I need to know this is because I want to have users select the ‘Sign up with Apple’ button when they are on the sign-up scre…
I want to modify the default sign up and sign in buttons of Google and Apple for an iOS project keeping the changes as per their guidelines.
By default, these are like this:
And I want to use it like this(G’s border-radius updated to 6px,…