Explorar el Código

add progress view

Jonas Reinsch hace 7 años
padre
commit
f07c98efda
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      deltachat-ios/CredentialsController.swift

+ 1 - 0
deltachat-ios/CredentialsController.swift

@@ -84,6 +84,7 @@ class CredentialsController: UITableViewController {
     let emailCell = TextFieldCell.makeEmailCell()
     let passwordCell = TextFieldCell.makePasswordCell()
     var doneButton:UIBarButtonItem?
+    let progressBar = UIProgressView(progressViewStyle: .default)
     
     func readyForLogin() -> Bool {
         return Utils.isValid(model.email) && !model.password.isEmpty