UIAlertView *alertView = [[UIAlertView alloc]
initWithTitle:@"Validation" message:@"PLEASE, Fill data."
delegate:self cancelButtonTitle:@"Yes" otherButtonTitles:nil, nil];
[alertView show];
No comments:
Post a Comment
Comment