disable reader mode
This commit is contained in:
parent
44bd720db7
commit
bcf4fd909e
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ class BasicStaticTableViewController: UITableViewController {
|
||||||
performSegue(withIdentifier: link!, sender: self)
|
performSegue(withIdentifier: link!, sender: self)
|
||||||
case .link:
|
case .link:
|
||||||
let link = cellData[CellDataKey.link] as! String
|
let link = cellData[CellDataKey.link] as! String
|
||||||
let svc = SFSafariViewController(url: URL(string: link)!, entersReaderIfAvailable: true)
|
let svc = SFSafariViewController(url: URL(string: link)!, entersReaderIfAvailable: false)
|
||||||
self.present(svc, animated: true, completion: nil)
|
self.present(svc, animated: true, completion: nil)
|
||||||
default:
|
default:
|
||||||
break
|
break
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue