UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Error"
message:@"This is the error or get a string"
delegate:nil
cancelButtonTitle:@"OK"
otherButtonTitles: nil];
[alert show];
[alert release];
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Error"
message:@"This is the error or get a string"
delegate:nil
cancelButtonTitle:@"OK"
otherButtonTitles: nil];
[alert show];
[alert release];
No comments:
Post a Comment