marinofaggiana 4 years ago
parent
commit
b91547a178
1 changed files with 2 additions and 0 deletions
  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")