소스 검색

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