Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 462 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 462 Bytes

ZBAlertView

提示弹出视图

image

required

  • swfit4+

一行代码使用

let alert = ZBAlertView(view: view, showString: "能帮助孩子提高思维敏感力和灵活性,同时在心理上更会提高孩子对学习")
        alert.show(duration: 3)// alert.show(duration: nil)参数传空,需手动调用hiden方法隐藏,非空时间过后自动隐藏