Guest User

Untitled

a guest
Jun 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Título" message:@"Mensagem" delegate:self cancelButtonTitle:@"Fechar" otherButtonTitles: @"E-Mail", nil];
  2. [alert show];
  3. [alert release];
Add Comment
Please, Sign In to add comment