Top "Uialertview" questions

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

Custom Alert (UIAlertView) with swift

How can i create a custom alert with Swift? I try translating a guide from Objective c but loads a …

ios swift uialertview
How to dismiss UIAlertController when tap outside the UIAlertController?

How to dismiss UIAlertController when tap outside the UIAlertController? I can add a UIAlertAction of style UIAlertActionStyleCancel to dismiss the …

ios uialertview uialertcontroller
how to use UIAlertController

I am trying to use this code in a Pacman game I got from some website but had to change …

ios objective-c swift uialertview uialertcontroller
How to write event handlers for buttons in UIAlertView?

Say I have a alert view like follows in obj c UIAlertView *alert = [[UIAlertView alloc]initWithTitle:@"title" message:@"szMsg" delegate:…

objective-c ios uialertview
NSLocalizedString only retrieves the key, not the value in Localizable.strings (IOS)

I've made a strings file named "Localizable.strings" and added two languages to it, like so: "CONNECTIONERROR" = "Check that you …

ios xcode uialertview nslocalizedstring localizable.strings
How to add subview inside UIAlertView for iOS 7?

I am having an application on iTunes store which displays some UILabel and UIWebView on UIAlertView. According to session video, …

ios objective-c ios7 uialertview
Detecting button click with UIAlertView

I am trying to call and alert when a button is pressed. i use this : -(IBAction)Add { UIAlertView *alert = [[…

iphone xcode uialertview
View on top of everything: UIWindow subview VS UIViewController subview

In order to make a UIView on top of all views like the behavior of UIAlertView, the best way I …

iphone xcode uiview uialertview uiwindow
Is it possible to show an Image in UIAlertView?

Is it possible to add image in an UIAlertView, like showing an image from the plist file?

objective-c iphone uialertview
Unable to add UITextField to UIAlertView on iOS7...works in iOS 6

The code below works on iOS6 (and before) but the UITextField does not display in iOS7...any ideas on how …

objective-c ios7 uitextfield uialertview uialertviewdelegate