HUD 提示窗
Installation
CaamDau is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'CaamDauHUD'
pod 'CaamDau/HUD'
Usage
hud = HUD().show(with:view, style:style, title: title, detail: detail, model: model)
hud.remove()
HUD.show(with:view, style:style, title: title, detail: detail, model: model)
HUD.remove(for:view)
CD.window?.cd.hud(.text, title:"HUD")
CD.window?.cd.hud(.loading(.activity), title: "HUD", detail: "Detail").hud_remove(10)
CD.window?.cd.hud(.loading(.images(images,0.3,0)), title: "HUD", detail: "Detail").hud_remove(10)
- 友情链接 SwiftMessages
Author
liucaide, [email protected]
License
CaamDau is available under the MIT license. See the LICENSE file for more info.