HYPWebView:网页视图++

时间:2021-06-11 20:38:11
【文件属性】:
文件名称:HYPWebView:网页视图++
文件大小:11KB
文件格式:ZIP
更新时间:2021-06-11 20:38:11
Objective-C 网页视图 用法 HYPWebView *webView = [[HYPWebView alloc ] initWithFrame: self .view.frame]; webView.webViewDelegate = self; - ( void )webViewDidFinishLoading:(HYPWebView *)webView error:( NSError *)error { // Handle finished downloading } 安装 HYPWebView可通过。 要安装它,只需将以下行添加到您的 Podfile 中: pod 'HYPWebView' 作者 Hyper AS, 执照 HYPWebView在 MIT 许可下可用。 有关详细信息,请参阅许可证文件。
【文件预览】:
HYPWebView-master
----.gitignore(309B)
----LICENSE.md(1KB)
----.travis.yml(263B)
----CONTRIBUTING.md(515B)
----HYPWebView.podspec(592B)
----README.md(1KB)
----Pod()
--------Pod.xcworkspace()
--------Pod.xcodeproj()
--------Tests()
--------Podfile.lock(159B)
--------Podfile(20B)
----Source()
--------HYPWebView.h(283B)
--------HYPWebView.m(970B)

网友评论