Skip to content

hyperoslo/HYPWebView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HYPWebView

CI Status Version License Platform

Usage

HYPWebView *webView = [[HYPWebView alloc] initWithFrame:self.view.frame];
webView.webViewDelegate = self;

- (void)webViewDidFinishLoading:(HYPWebView *)webView error:(NSError *)error
{
    // Handle finished downloading
}

Installation

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

pod 'HYPWebView'

Author

Hyper Interaktiv AS, ios@hyper.no

License

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