Interesting/objective - C
UIAlertView sample source
닉네임영역
2012. 10. 10. 15:29
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:nil message:@"Message" delegate:self cancelButtonTitle:@"Comfirm" otherButtonTitles:nil, nil];
[alert show];
[alert release];