【发布时间】:2010-04-13 13:13:26
【问题描述】:
char asd='a';
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Are you sure?" message:asd
delegate:self cancelButtonTitle:@"Cancel" otherButtonTitles:@"OK", nil];
[alert show];
[alert release];
以上代码未在 iPhone 模拟器中编译。 这是为什么? :)
【问题讨论】:
-
你得到什么错误信息?