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 中找到了一个 hack 如何做到这一点:
UIApplication.sharedApplication().performSelector(Selector("setNewsstandIconImage:"), withObject: image)
你会收到警告而不是编译错误。