marinofaggiana 4 سال پیش
والد
کامیت
b91547a178
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      iOSClient/Main/NCCollectionCommon.swift

+ 2 - 0
iOSClient/Main/NCCollectionCommon.swift

@@ -676,6 +676,8 @@ class NCCollectionViewCommon: UIViewController, UIGestureRecognizerDelegate, NCL
     override func viewDidLoad() {
         super.viewDidLoad()
         
+        self.navigationController?.navigationBar.prefersLargeTitles = true
+        
         // Cell
         collectionView.register(UINib.init(nibName: "NCListCell", bundle: nil), forCellWithReuseIdentifier: "listCell")
         collectionView.register(UINib.init(nibName: "NCGridCell", bundle: nil), forCellWithReuseIdentifier: "gridCell")