Sunday 10 March 2013

(17)Alert Dialog Box



Ø (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