import SafariServices
let safari = SFSafariViewController(url: "http://www.baidu.com".url!)
self.present(safari, animated: true, completion: nil)
import SafariServices
let safari = SFSafariViewController(url: "http://www.baidu.com".url!)
self.present(safari, animated: true, completion: nil)
本文标题:iOS开发笔记-77: swift4.0 跳转app内部Saf
本文链接:https://www.haomeiwen.com/subject/irwjeftx.html
网友评论