未提供图片。
WebController
2018年10月12日 • MIT 协议
A simple WKWebView library. You can simply modify the bottom ToolBar. There is a ProgressView so you can see the Load status of WebView. Once you receive your app's schema from DeepLink or Universa...(此段落由于过长未能完整翻译,如需完整翻译请提供足够的空间。)
PSHTMLView
2017年11月30日 • MIT 协议
PSHTMLView 是一个不可滚动的 WKWebView 包装器,适用于使用在 UITableView 和 UIScrollView。
未提供图片。
InstagramLogin
2017年9月18日 • MIT 协议
A simple way to authenticate Instagram accounts on iOS. It handles all the Instagram authentication process by showing a custom UIViewController with the login page and returning an access token...
未提供图片。
ABWebView
2017年8月15日 • MIT 协议
A utility control which is using fast WKWebView in replacement of UIWebView which is introduced in iOS8. Just set URL to load and it will do the rest. Very easy to implement. This is very useful wh...
SocketChat-iOS
2017年6月2日 • Apache 2.0 许可证
使用 Socket 连接进行聊天示例。要用此代码,请使用 Chat Server PHP (https://github.com/varun-naharia/Chat-Server-PHP) 创建服务器,并将此应用到该服务器。或者,您可以尝试使用已部署的服务...
WKBridge
2017年6月1日 • MIT 协议
WKScriptMessageHandler 显著简化了在网页中运行 JavaScript 的消息处理器。WKScript 为通过 WKScript 发送和接收消息提供了更有效的方法...
KSPhotoBrowser
2017年5月23日 • MIT 协议
A beautiful photo browser with interactive dismissal animation.一个小而美的图片浏览器。
iOS-Web服务
2017年3月1日 • Apache 2.0许可证
一种通过更少的代码与API服务器进行通信(Web服务调用架构)的简单方法。轻松实现Web服务的请求和响应,用于API通信架构,不再需要第三方...
SDWebImage+CircularProgressView
2016年11月21日 • MIT许可证
这是一个类别,提供了三种方式在SDWebImage中添加ProgressView:+ Circular(使用DACircularProgress)+ Linear + 自定义。图片下载由SDWebImage(3.7.0及以上版本)完成。