Closed tiagomartinho closed 9 years ago
I've seen this on another library that I'm using. Might be the solution
The commit I made solves the warning: Instead of: -- (NSUInteger)supportedInterfaceOrientations { I do: +- (UIInterfaceOrientationMask)supportedInterfaceOrientations {
Yes - you should cast return type. I did it too :)
Thank you for this pull request. I have merged it with master and deployed to CocoaPods. KINWebBrowser 1.3.1 now has this change and should build in Xcode 7 with no warnings.
…nstead of NSUInteger to eliminate Xcode warnings
I have this issue in a swift project using cocoa pods in Xcode 7 supporting an iOS 9 app