Top "Uialertview" questions

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

iOS 8: UIAlertView / UIAlertController not showing text or buttons

I have an UIAlertView which is getting shown perfectly in iOS 7 but in iOS 8, it does not show any buttons …

ios objective-c ios8 uialertview
UIAlertView/UIAlertController iOS 7 and iOS 8 compatibility

I am using Swift to write an app and I need to show an alert. The app must be iOS 7 …

ios swift uialertview uialertcontroller
How to create an alert box in iphone?

I would like to make an alert type box so that when the user tries to delete something, it says, "…

iphone objective-c ios uialertview
Check if a UIAlertView is showing

I have a method that posts HTTP data and displays a UIAlertView if there is an error. If I have …

ios iphone objective-c uialertview
'UIAlertView' was deprecated in iOS 9.0. Use UIAlertController with a preferredStyle of UIAlertControllerStyleAlert instead

I have see more so answers , but nothing helped.Here is my older alert and action for that override func …

ios swift uialertview uialertcontroller
iOS - Push notification alert is not shown when the app is running

I've integrated push notifications in my app. Users will receive push notification to join a group. When the user clicks …

ios objective-c iphone push-notification uialertview
IOS create UIAlertViewController programmatically

I'm working on a ViewController with code (no storyboard). I'm trying to add and AlertController I have declare propery in .…

ios objective-c uialertview
Changing the background color of a UIAlertView?

I want to change the background color of my UIAlertView, but this doesn't appear to have a color attribute.

iphone objective-c cocoa-touch uikit uialertview
AlertController is not in the window hierarchy

I've just created a Single View Application project with ViewController class. I would like to show a UIAlertController from a …

ios swift storyboard uialertview uialertcontroller
Dismiss UIAlertView after 5 Seconds Swift

I've created a UIAlertView that contains a UIActivityIndicator. Everything works great, but I'd also like the UIAlertView to disappear after 5 …

ios swift delay uialertview uiactivityindicatorview