浏览代码

improved UINavigationBarAppearance

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana 2 年之前
父节点
当前提交
c9214a0eb6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      iOSClient/More/NCMore.swift

+ 1 - 1
iOSClient/More/NCMore.swift

@@ -270,7 +270,7 @@ class NCMore: UIViewController, UITableViewDelegate, UITableViewDataSource {
     func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
         
         if section == 0 {
-            return 35
+            return 10
         } else {
             return 20
         }