forked from AFNetworking/AFNetworking
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/wk web view (AFNetworking#4439)
* Removed UIWebView in favor of WKWebView Since UIWebView is deprecated and will be rejected soon by Apple i've removed all references to UIWebView and implemented the WKWebView extension * Fixed one last reference * Added WKNavigation to LoadRequest calls - WKNavigation is needed to call didFinishNavigation and didStartProvisionalNavigation - Fixed testcases (not sure if this is the right way?) * Added correct Copyright stuffs * Updated podsubspec UIKit iOS deployment target to 9.0 * Updated test progressIsSet by using a large download URL request. * XCTFailing and fulfilling in error cases of AFWKWebViewTests * Adopted WKNavigationDelegate protocol on AFWKWebViewTetsts * Revert "Updated podsubspec UIKit iOS deployment target to 9.0" This reverts commit 4a4013a. Co-authored-by: Sebastiaan <[email protected]>
- Loading branch information
Showing
6 changed files
with
134 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.