HUD 提示窗
安装
CaamDau 可通过 CocoaPods 使用。要安装它,只需将以下行添加到 Podfile 中
pod 'CaamDauHUD'
pod 'CaamDau/HUD'
使用
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
作者
liucaide, [email protected]
许可证
CaamDau 基于 MIT 许可证。有关更多信息,请参阅 LICENSE 文件。