فهرست منبع

add progress view

Jonas Reinsch 7 سال پیش
والد
کامیت
f07c98efda
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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