Note of Objective C

problems:

1. missing sentinel in function call

UIAlertView *alert = [[UIAlertView alloc]

  initWithTitle:@"Date and Time Selected"

  message:msg

  delegate:nil

  cancelButtonTitle:@"Yes, I did"

  otherButtonTitles:@"other Button", nil];//parameter otherButtonTitles is type like format... in NSLog, so the last nil is need to suppress such warning.


posted @ 2010-12-05 19:11  环宇者  阅读(208)  评论(0编辑  收藏  举报