Top "Uialertview" questions

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

UIAlertView: Where the cancel button should be?

The alertviews in the iOS: Install App OTA: the cancel button is on the LEFT. Delete an App: the cancel …

iphone ios ipad uialertview cancel-button
Swift Custom UIAlertView

I'm trying to make a confirm deletion popup view. Because the design I want is very different from the style …

ios swift uialertview uialertcontroller completionhandler
Setting self.window.rootViewController causes SIGABRT

I am trying to do an application where you press a button then a UIAlertView comes up and there is …

ios uiview uialertview sigabrt
Is it possible to edit UIAlertAction title font size and style?

Now that iOS8 deprecated UIActionsheet and UIAlertview the customization working on iOS7 is not taking effect anymore. So far the …

ios objective-c ios8 uialertview uiactionsheet
Display Alert Message from viewDidLoad

I want to display a alert message from viewDidLoad() method of ViewController.m instead from viewDidAppear() method. Here is my …

ios objective-c xcode uialertview
iOS Incompatible block pointer types issue

I have an implementation problem with a project using MKStoreKit. I am trying to implement an UIAlertView with various purchase …

ios objective-c in-app-purchase uialertview mkstorekit
EXC_BAD_ACCESS code 2 on UIAlertView in iOS6

I'm trying to figure out why im getting this crash in my app. It works perfectly fine in Xcode 4.4 running …

uialertview exc-bad-access ios6 xcode4.5
UIAlertView without Cancel Button?

I am trying to create a UIAlertView that has 3 options and no "cancel" button, but when I do this, it …

iphone button uialertview cancel-button
How to add userInfo to a UIAlertView?

I would like to know how to add a userInfo object, or any NSDictionary, to a UIAlertView? Thank you.

iphone objective-c nsdictionary uialertview userinfo
How to add a touchable Url link to a url in a UIAlertView's message?

I want to add a clickable link of an url into UIAlertView's message. Such that when user sees the alert …

objective-c url hyperlink message uialertview