美文网首页
Swift 加载指示器JQProgressHUD

Swift 加载指示器JQProgressHUD

作者: ISwiftUI | 来源:发表于2017-07-05 13:03 被阅读198次

简介

在网上找了一圈,都没有找到合适自己用的swift hud,所以决定自己去写一个。于是花了半天的时间终于写完的。

源码地址: https://github.com/JQHee/JQProgressHUD
语言: swift 3
效果:

result.gif

CocoaPods

Add a pod entry for JQProgressHUD to your Podfile.

pod 'JQProgressHUD'

Second, install JQProgressHUD into your project:

pod install

使用

JQProgressHUDTool.jq_showToastHUD( msg: "this is toast")
或者
JQProgressHUDTool.jq_showNormalHUD(msg: "loading...")
JQProgressHUDTool.jq_hideHUD()

相关文章

网友评论

      本文标题:Swift 加载指示器JQProgressHUD

      本文链接:https://www.haomeiwen.com/subject/vjqqhxtx.html