我收到错误消息:expected ':'
大概是因为initWithTitle:@"You downloaded %i boards", iboard
下面的短语。你能帮我修一下吗?
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"You downloaded %i boards", iboard message:@"Press Ok to continue" delegate:self cancelButtonTitle:@"Ok" otherButtonTitles:nil];
[alert show];