ソースを参照

hideToolbar true

Marino Faggiana 8 年 前
コミット
71a9b89422
1 ファイル変更2 行追加2 行削除
  1. 2 2
      iOSClient/Main/CCMore.swift

+ 2 - 2
iOSClient/Main/CCMore.swift

@@ -330,7 +330,7 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
             
             if (self.splitViewController?.isCollapsed)! {
                 
-                let webVC = SwiftWebVC(urlString: item.url, hideToolbar: false)
+                let webVC = SwiftWebVC(urlString: item.url, hideToolbar: true)
                 self.navigationController?.pushViewController(webVC, animated: true)
                 self.navigationController?.navigationBar.isHidden = false
                 
@@ -374,7 +374,7 @@ class CCMore: UIViewController, UITableViewDelegate, UITableViewDataSource, CCLo
             
             if (self.splitViewController?.isCollapsed)! {
                 
-                let webVC = SwiftWebVC(urlString: item.url, hideToolbar: false)
+                let webVC = SwiftWebVC(urlString: item.url, hideToolbar: true)
                 self.navigationController?.pushViewController(webVC, animated: true)
                 self.navigationController?.navigationBar.isHidden = false