私のプロジェクトで Xcode 4.2 を 4.3 バージョンに更新した後、すべてのナビゲーション ボタンが表示されなくなりました。ソースコードは変更されていません。
コード:
UIBarButtonItem * button = [[UIBarButtonItem alloc] initWithTitle:title
style:UIBarButtonItemStyleBordered
target:target
action:action];
で作成されたボタンtitle = null
ですが、button != nil
and target
and action
too です。
button.title = @"ololo";
これもうまくいきません。