How can I change tintColor and barTintColor on the SafariVC that is presented when using SFAuthenticationSession ?
I tried to change UINavigationBar and UIToolBar and UIBarButtonItem appearance but it doesn't respect them.
Thanks
How can I change tintColor and barTintColor on the SafariVC that is presented when using SFAuthenticationSession ?
I tried to change UINavigationBar and UIToolBar and UIBarButtonItem appearance but it doesn't respect them.
Thanks
Copyright © 2021 Jogjafile Inc.
Changing tintColor and barTintColor of the Safari view controller used in SFAuthenticationSession isn't supported in the API.
I think the logic is that your OAuth authentication should be a separate process from your app's and that should be obvious to the user (from the docs):
P.S. SFAuthenticationSession has been deprecated in iOS 12 in favor of ASWebAuthenticationSession. The API's are very similar though, so not much help for customization.