CaamDauHUD 4.0.0

CaamDauHUD 4.0.0

Maintained by lcd.



 
Depends on:
CaamDauIconFont>= 0
CaamDauTimer>= 0
SnapKit>= 0
 

  • By
  • liucaide

CI Status Version License Platform

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)

Author

liucaide, [email protected]

License

CaamDau is available under the MIT license. See the LICENSE file for more info.