Explorar el Código

added advancedSectionShowing flag in accountSetupController

Bastian van de Wetering hace 6 años
padre
commit
1631a60d68
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      deltachat-ios/AccountSetupController.swift

+ 7 - 0
deltachat-ios/AccountSetupController.swift

@@ -30,7 +30,9 @@ class AccountSetupController: UITableViewController {
         return cell
     }()
 
+    
 
+    var advancedSectionShowing: Bool = false
 
 
 
@@ -267,6 +269,11 @@ class AdvancedSectionHeader: UIView {
     }
 }
 
+
+
+
+
+
 /*
  class InputTableViewCell: UITableViewCell {
  lazy var inputField: UITextField = {