XWKWebViewProgressView 0.2.1

XWKWebViewProgressView 0.2.1

Maintained by leo.



  • By
  • papfish

XWKWebViewProgressView

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

XWKWebViewProgressView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'XWKWebViewProgressView'

Usage


XWKWebViewProgressView *progressView = [[XWKWebViewProgressView alloc] initWithFrame:CGRectMake(0, 64, 375, 2)];
[self.view addSubview:progressView];
[progressView setTrackTintColor:[UIColor lightGrayColor]];
[progressView setProgressTintColor:[UIColor redColor]];
[progressView setWebView:self.webView];

Author

[email protected]

License

XWKWebViewProgressView is available under the MIT license. See the LICENSE file for more info.