Yes/No Confirmation UIAlertView

I usually use the following code for a confirmation alert int buttonClicked = -1; UIAlertView alert = new UIAlertView(title, message, null, NSBundle.MainBundle.LocalizedString ("Cancel", "Cancel")...