iPhone と iPad の両方で実行するアプリがあります。ViewControllers の 1 つで UIBarButton アイテムを設定していますが、何らかの理由で iPhone には表示されますが、iPad (シミュレーターまたは実際のデバイス) には表示されません。
次のコードを使用して、iPhone と iPad の両方のボタン イメージ (システム ボタン イメージ) を取得しています。」
UIBarButtonItem *showButtonButton = [[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemRefresh target:self action:@selector(loadButtonVC)];
self.navigationItem.leftBarButtonItem = showButtonButton;
私は途方に暮れています。どちらのデバイスも iOS 7 を実行しており、アプリは iOS 7 のみを対象としています。ただし、画像は iPad には表示されません。ボタンを押すと反応するため、ボタンはそこにあります。