I\'m having troubles entering text into an UITextField under a SVProgressHUD (Basically an UIView with a full-screen transparent UIWindow and some UIView subviews showing te
Call resignFirstResponder() to dismiss the keyboard before showing SVProgressHUD.
resignFirstResponder()
SVProgressHUD