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.
奇妙なコンパイル エラーが表示されます。
「setNewsstandIconImage」は iOS 9.0 以降でのみ使用できます
ただし、この方法は、Xcode 6.4 の ios 7 および 8 で使用できました。修正方法は?
Swift 2.2 でこれを行う方法のハックを見つけました。
UIApplication.sharedApplication().performSelector(Selector("setNewsstandIconImage:"), withObject: image)
そして、コンパイルエラーの代わりに警告が表示されます。