Skip to content

Instantly share code, notes, and snippets.

@mycargus
Created April 25, 2015 19:17
Show Gist options
  • Save mycargus/81fce4352ed0fc12e00b to your computer and use it in GitHub Desktop.
Save mycargus/81fce4352ed0fc12e00b to your computer and use it in GitHub Desktop.
testButton1.TouchUpInside += delegate {
new UIAlertView("Touch1", "TouchUpInside handled", null, "OK", null).Show();
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment