I am learning ios development with swift and i am implementing Authentication using the appauth pod. My question would be : Is it possible to customise the safariviewcontroller used to login? Are there some samples with swift?
Thanks
I am learning ios development with swift and i am implementing Authentication using the appauth pod. My question would be : Is it possible to customise the safariviewcontroller used to login? Are there some samples with swift?
Thanks
Copyright © 2021 Jogjafile Inc.
SFSafariViewController
is not customisable as Apple states -Source - https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller
You may also try
ASWebAuthenticationSession
orSFAuthenticationSession
.