UIAlertView *av = [[[UIAlertView alloc] initWithTitle:@"Helo world"
message:@"This is the popup message."
delegate:self cancelButtonTitle:@"OK"
otherButtonTitles:@"Clear", nil]];
[av show];
No comments:
Post a Comment