python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
UIAlert disappears when the page is change
I have to show an UI alert dialog in the Appdelegate and MainAcvitivy in Xamarin.Forms. For android, there is no problem but for ios it does not work properly.
First of all, if I use UIAlertView, it ...
ertan2002
Votes: 0
Answers: 1
Why is my alert controller not dismissing in my Swift app?
I have a custom view controller class which presents an alert controller when it receives a not connected notification from my network services class. I want to dismiss the alert controller when I rec...
Stephen501
Votes: 0
Answers: 1
How to set width/height of iOS UIAlertController
I've been trying to figure out how to change the height and width of the UIAlertControllerfor a couple of weeks now. You apparently can do it as I've seen several Swift examples, for example here. I...
Prescott Chartier
Votes: 0
Answers: 1
Not able to call a method in AlertController
I'm trying to upload a file only if the user clicks on 'Yes', it is not calling the method but
new to ionic so I'm not sure if this is right way to call a method in Alert.
async presentAlertConfirm()...
Ashish Gupta
Votes: 0
Answers: 1