HYPWebView *webView = [[HYPWebView alloc] initWithFrame:self.view.frame];
webView.webViewDelegate = self;
- (void)webViewDidFinishLoading:(HYPWebView *)webView error:(NSError *)error
{
// Handle finished downloading
}
HYPWebView is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'HYPWebView'
Hyper Interaktiv AS, ios@hyper.no
HYPWebView is available under the MIT license. See the LICENSE file for more info.