SFSafariViewController Title

拜拜、爱过 提交于 2019-12-10 18:13:28

问题


I have SFSafariViewController working fine in Objective-C, but have not been able to set a separate title (other than the default URL). Does anyone know how to set a separate title?


回答1:


No, you can't set the title for SFSafariViewController.

It's a controller provided for showing the default view of your web page.

If you want to set the title on your web view then you can use WKWebView inside your own controller and can provide all the customisation there.



来源:https://stackoverflow.com/questions/31914675/sfsafariviewcontroller-title

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!