Wednesday 18 December 2013

Alert Dialog Box in iphone


            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