Top "Uialertview" questions

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

Hide UIAlertView programmatically?

Is there a way to hide UIAlertView programmatically? Actually I have added a UITextField in UIAlertView and I want to …

iphone uialertview
Change button title color in UIAlertView

How can I change the color of the UIAlertView button title. I want title Ok in red color.

ios iphone objective-c uialertview
iOS dismiss UIAlertView beforing showing another

I have a Utils class which shows UIAlertView when certain notifications are triggered. Is there a way to dismiss any …

ios uialertview dismiss
Change tint color of UIAlertview and UIActionsheet buttons

I am trying to adapt my application for iOS 7. The issue I am having is I can not change the …

ios objective-c cocoa-touch uialertview uiactionsheet
UIAlertView easy way to tell if cancel button is selected

I know I've done this before but I just can't figure it out again. What is the method I would …

iphone ios ipad uialertview
UIAlertController if iOS 8, otherwise UIAlertView

I want to conform to the UIAlertController used in iOS 8 since UIAlertView is now deprecated. Is there a way that …

ios uialertview ios8 uialertcontroller
How to close the SideBar menu manually when using SWRevealViewController ( ios)

I am trying to implement a SideBar / slide out menu using the SWRevealViewController. I have a bunch of menus. One …

ios xcode uialertview sidebar swrevealviewcontroller
UIAlertView like "Turn On Location Services to allow maps to determine your location". Settings + Cancel

I Want to emit this alert: Turn On Location Services to allow maps to determine your location I need both "…

iphone permissions settings uialertview cllocationmanager
How can I init a text field in a UIAlertView

The updated UIAlertView now has a style which allows a Text input field in UIAlertView i.e. alert.alertViewStyle = UIAlertViewStylePlainTextInput; …

iphone ios ios5 uialertview
Attempt to present UIAlertController on View Controller which is already presenting (null) [Swift]

I have an alert view that I am trying to present on a photo view. The photos are displayed in …

ios swift uialertview uialertcontroller