Browse Source

Fix bottom inset in settings

Signed-off-by: Philippe Weidmann <philippe.weidmann@infomaniak.com>
Philippe Weidmann 4 năm trước cách đây
mục cha
commit
37260281a3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      iOSClient/Settings/CCSettings.m

+ 1 - 0
iOSClient/Settings/CCSettings.m

@@ -184,6 +184,7 @@
     [section addFormRow:row];
     
     self.tableView.showsVerticalScrollIndicator = NO;
+    self.tableView.contentInset = UIEdgeInsetsMake(0, 0, 35, 0);
     self.form = form;
 }