saltedge / saltedge-ios

A handful of classes to help you interact with the Salt Edge API from your iOS app
https://www.saltedge.com
MIT License
1 stars 4 forks source link

Consider using WKWebView if possible #59

Closed nemesis closed 8 years ago

nemesis commented 8 years ago

So that devices running iOS 8 or later could ditch UIWebView and leverage the almighty power of WKWebView.

nemesis commented 8 years ago

Won't be possible since WKWebView does not have the proper callbacks for this to work (UIWebView has -webView:shouldStartLoadWithRequest:navigationType:)