Safari is presented as pageSheet
This commit is contained in:
parent
df4874fb3a
commit
77b470a720
|
@ -100,8 +100,9 @@ extension WebFeedInspectorViewController {
|
|||
let homePageUrl = URL(string: homePageUrlString) {
|
||||
|
||||
let safari = SFSafariViewController(url: homePageUrl)
|
||||
safari.modalPresentationStyle = .pageSheet
|
||||
present(safari, animated: true)
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue