Skip to content

Instantly share code, notes, and snippets.

@ta1kt0me
Created May 6, 2014 09:06
Show Gist options
  • Save ta1kt0me/ce1f9ef51ded4ebc3e5f to your computer and use it in GitHub Desktop.
Save ta1kt0me/ce1f9ef51ded4ebc3e5f to your computer and use it in GitHub Desktop.
UIAlertView *alert = [UIAlertView new];
alert.title = @"Complete!!!";
alert.message = @"You are Perfect!";
[alert addButtonWithTitle:@"OK"];
[alert show];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment