使用APPAUTH swift自定义SafariViewController

时间:2018-11-15 12:10:21

标签: ios swift sfsafariviewcontroller appauth

我正在快速学习ios开发,并且正在使用appauth pod实现身份验证。我的问题是:是否可以自定义用于登录的safariviewcontroller?有一些样品很快吗?

谢谢

1 个答案:

答案 0 :(得分:0)

SFSafariViewController不能根据Apple的状态进行自定义-

  

如果您的应用允许用户从Internet上的任何位置查看网站,请使用SFSafariViewController类。如果您的应用程序自定义,与Web内容交互或控制Web内容的显示,请使用WKWebView类。

来源-https://developer.apple.com/documentation/safariservices/sfsafariviewcontroller

您也可以尝试ASWebAuthenticationSessionSFAuthenticationSession