An iOS class, for displaying alerts and popup style selectors.
I am creating an registration dialog in swift with 3 text field and one Switch and I successfully add three text …
ios swift uiswitch uialertcontrollerI have an iPad app. I am creating an UIAlertController and adding a textfield. It crashes. It only crashes when …
ios crash uialertcontroller ios8.3With pre-iOS 8 we had to use the UIAlertView and UIActionSheet Which we weren't allowed to mess with the view hierarchy …
objective-c uialertview uiactionsheet uialertcontrollerWe're moving away from MBProgressHUD because it's too glitchy in our app, and doesn't have features such as blocking user …
ios objective-c uiactivityindicatorview uialertcontrollerIn iOS 8 and lower show a UIActionSheet when keyboard is presented will present the action sheet over the keyboard. With …
keyboard ios9 uialertcontrollerI'm trying to call an alert controller which has a textfield. But I'd like to show immediately the numberpad since …
ios swift uitextfield uialertcontrollerWhen writing the handler closure of a UIAlertAction, should the reference to self be strong (the default), weak, or unowned? …
ios swift uialertcontroller uialertaction