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