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];

저작자표시 비영리 변경금지 (새창열림)