こんにちは、競合するアプリを書いています。
UIAlertView *alert = [[UIAlertView alloc]
initWithTitle:@"Icon Contest!"
message:@"Design a 1024 x 1024 pixels icon for Example. The best one will be on the app's icon! Send them to: example@example.com."
delegate:self
cancelButtonTitle:@"More Info"
otherButtonTitles:@"Yes",@"No", nil];
[alert show];
締め切りがあり、1 月 31 日が終了したときに別のアラートを表示するようにアプリを設定したいと考えています。