Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
やあみんな。そこで、iPhoneアプリをユニバーサルアプリに変換しました。たとえば、view.backgroundColor = [UIColor blackColor];のように背景色を変更しようとすると、iPhoneでの実行中に変更されます。ただし、iPadは灰色でしか表示されません。他の誰かがこれを手に入れますか?インターフェイスビルダーについても同じです。
ありがとう、
iPadには背景色を上書きするデフォルトの灰色のグラデーションビューがあると思うので、backgroundViewをnilに設定する必要があるかもしれません。