Top "Uialertview" questions

UIAlertView, a class contained in Apple's UIKit framework, was used to display an alert to the user.

Adding line breaks in iOS alert messages using Objective-C

A noob question. I have an alert: "alertMessage" = "This is my message: 1 2 3. And another one: 5 6 7"; which I am displaying with: …

objective-c ios ios5 uialertview
How to Call a Function when Ok is pressed in an UIAlert

Im try to simply call a function called "GoToNewShoot" When the user press the "ok" button when the Alert pops …

swift uialertview
How do I validate TextFields in an UIAlertController?

Can anyone tell me how to validate UITextFields inside of a UIAlertController? I need it to prevent the user from …

ios swift uitextfield uialertview
How to properly dismiss a UIAlertView programmatically in iOS 7?

When my app enters the background, my modally presented view controller dismisses an alert view like so... // called when view …

iphone ios ios7 uialertview
set alertview Yes button to bold and No button to normal

I have alertview where I have Yes and No options. It looks like below. Code used is UIAlertView *confAl = [[UIAlertView …

ios objective-c button uialertview
I want to display UIProgressView on UIAlertView

I want to display UIProgressView on UIAlertView for displaying the processing of uploading of the file. But I have searched …

iphone objective-c ios uialertview uiprogressview
Detecting button pressed when there are multiple alert views

I have multiple alert views in one view, and I use this code to detect which button was pressed: -(…

iphone ios ipad uialertview
iOS How to dismiss UIAlertView with one tap anywhere?

I want to dismiss UIAlertView anywhere outside it with one tap. I want to show a UIAlertView without any button. …

ios uialertview uitouch uitapgesturerecognizer
iPhone: detecting if a UIAlert/UIActionSheet are open

In my iOS application, I have a timer firing up, and when it fires, I need to be able to …

iphone uialertview uiactionsheet
UIAlertController is moved to buggy position at top of screen when it calls `presentViewController:`

Presenting a view from a UIAlertController moves the alert to a buggy position at the top-left corner of the screen. …

ios cocoa-touch ios8 uialertview uialertcontroller