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.
iOSのバージョンごとに異なるinfo.plistを用意するのを手伝ってくれる人はいますか? (この場合は 6 と 7)? 具体的には、iOS 7 ではステータス バーを表示し、iOS 6 では非表示にしようとしています。
[[UIDevice currentDevice] systemVersion]
これにより、OS のバージョンが返されます。メソッド呼び出しでかなり簡単にOSを返すことができる場合、私はOSをplistに保存しません。