iOS7 の UIAlertview でこの問題が発生しています。
基本的な UIAlertview 初期化コードを使用していますが、cancelButtonTitle テキストが表示されません。
コード:
UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Feeds Saved"
message:@"Feeds are saved on My Feeds Tab."
delegate:nil
cancelButtonTitle:@"OK"
otherButtonTitles:nil];
alert.alertViewStyle = UIAlertViewStyleDefault;
[alert show];
スクリーンショット:
何か案が?
アップデート :
私はまだこの問題に問題があります。上部をクリックできますが、メッセージを表示できません。コードは iOS6.1 では正常に動作しますが、iOS7 では動作しません