HBToast
Swift 版的 toast 控件
简易的 API 调用:
HBToast.toast("666666")HBToast.toast(UIImageView(image: UIImage(named: "666")))链式调用:
HBToast.show("666666").dismiss(4).canTouchThrough = trueCocoaPods trunk is moving to be read-only. Read more on the blog, there are 11 months to go.
Swift 版的 toast 控件
简易的 API 调用:
HBToast.toast("666666")HBToast.toast(UIImageView(image: UIImage(named: "666")))链式调用:
HBToast.show("666666").dismiss(4).canTouchThrough = true