Top "Uialertview" questions

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

How do you pass a variable to the UIAlertView delegate?

How do you pass a variable to the UIAlertView delegate? I have a variable that I want to use in …

iphone objective-c ios uialertview
locationManager didFailWithError

from 1 week if my gps app fail to retrieve signal (eg: testing in my home) i don't receive any aler. …

iphone iphone-sdk-3.0 uialertview cllocationmanager didfailwitherror
adding a custom view to a alert view

i have a problem like this: i want to show a customized view inside a alert view. so i create …

ios uialertview xib addsubview sdcalertview
UIAlertView Click event inside UIAlertView delegate

I am new in iPhone developer, I want to implement 2 alert view one after another, like when user press delete …

iphone ipad uialertview buttonclick
How to change button text color of UIAlertView in iOS7?

iOS7 introduced general tint-color. I think UIAlertView is also in the valid range, but actually tintColor doesn't look to work …

ios7 uialertview tintcolor
Adding Activity Indicator to UIAlertView

I'm trying to add UIActivityIndicatorView to UIAlertView but couldn't get it done. I have seen posts on this implementation and …

swift uialertview uiactivityindicatorview
Error showing a UIAlertView in swift

Im trying to show a UIAlertView in my swift App alert = UIAlertView(title: "", message: "bla", delegate: self, cancelButtonTitle: "OK") alert!.…

uialertview swift uialertcontroller
How to add action to buttons in Alert in Swift

I am beginner level programmer. I am trying to add action to buttons on Alert, but it doesn't work. I …

ios swift uialertview uialertviewdelegate
Several UIAlertViews for a delegate

Currently I've got a class popping up UIAlertViews here and there. Currently, the same class is the delegate for these (…

ios iphone delegates uialertview uialertviewdelegate
ask user for permission to show alert when firing local notification

I want to show an alert when the local notification is fired, but for that I have to ask for …

ios xcode alert uialertview uilocalnotification