Advertisement
thieumao

UIAlertView

May 6th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.     UIAlertView *notice = [[UIAlertView alloc]initWithTitle:@"Ket qua" message:@"Thieu Mao" delegate:self cancelButtonTitle:@"OK" otherButtonTitles:nil, nil];
  2.     [notice show];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement