TimOliver / TOWebViewController

A view controller class for iOS that allows users to view web pages directly within an app.
http://www.timoliver.com.au/2014/07/27/towebviewcontroller-an-open-source-web-viewer-for-ios/
Other
1.48k stars 211 forks source link

Added CAAnimationDelegate to TOWebViewController interface #126

Closed cupnoodle closed 6 years ago

cupnoodle commented 6 years ago

Added CAAnimationDelegate to TOWebViewController interface to so that the warning in #112 won’t appear

Tested in Xcode 9.2

cupnoodle commented 6 years ago

The travis test failed because the *(@available(iOS 11.0, )) in TOWebViewController.m** (line 510) requires Xcode 9 or above to parse. 😅 , I suggest updating the Xcode version used in Travis CI

TimOliver commented 6 years ago

Thanks for that Axel! Sorry for the crazy delay!

Yeah, I need to set aside some serious time to give this project some more love. Hopefully soon!