Question: I have been working to create a UIAlertView in Swift, but for some reason I can’t get the statement right because I’m getting this error: Could not find an overload for ‘init’ that accepts the supplied arguments Here is ...
Question: 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 works without ...