浏览代码

add explanation for verified groups

cyberta 5 年之前
父节点
当前提交
ec12ed30de
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      deltachat-ios/Controller/NewGroupController.swift

+ 7 - 0
deltachat-ios/Controller/NewGroupController.swift

@@ -145,6 +145,13 @@ class NewGroupController: UITableViewController, MediaPickerDelegate {
         }
     }
 
+    override func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
+        if section == sectionGroupDetails && isVerifiedGroup {
+            return String.localized("verified_group_explain")
+        }
+        return nil
+    }
+
     override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
         let section = indexPath.section
         let row = indexPath.row