Skip to content

Instantly share code, notes, and snippets.

@samilamti
Created October 15, 2012 07:59
Show Gist options
  • Save samilamti/3891296 to your computer and use it in GitHub Desktop.
Save samilamti/3891296 to your computer and use it in GitHub Desktop.
Letting the Mono GC do its job
UIAlertViewDelegate del = new UIAlertViewOkCancelDelegate(DecryptFile, Cancelled);
UIAlertView view = new UIAlertView(title, message, del, "Cancel", new string[] { "OK" });
view.AlertViewStyle = UIAlertViewStyle.SecureTextInput;
view.Show ();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment