GXAlert-Swift
Swift版本基于UIView的菜单效果分类 有建议可以联系QQ交流群:1101980843,喜欢就给个star哦,谢谢关注!
Sample renderings
Requirements
Usage in you Podfile:
pod 'GXAlert-Swift'
- 其它版本 OC版本
pod 'GXAlert'
Extension
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)
License
MIT