GXAlert-Swift
Swift 版本基于UIView的菜单效果分类,有建议可以联系QQ群:1101980843,喜欢就给个star哦,谢谢关注!
示例渲染
需求
在您的 Podfile 中的使用
pod 'GXAlert-Swift'
- 其它版本 OC版本
pod 'GXAlert'
扩展
func show(to view: UIView? = nil,
style: GXAlertManager.GXAlertStyle,
backgoundTapDismissEnable: Bool = true,
usingSpring: Bool = true,
tapBlock: (() -> Void)? = nil,
dismissBlock: (() -> Void)? = nil)
func hide(animated: Bool = true)
许可协议
MIT