CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

GXAlert-Swift 1.0.1

GXAlert-Swift 1.0.1

Maintained by Gin.



  • By
  • Gin

GXAlert-Swift

Swift版本基于UIView的菜单效果分类 有建议可以联系QQ交流群:1101980843,喜欢就给个star哦,谢谢关注!

Sample renderings

Requirements

Usage in you Podfile:

pod 'GXAlert-Swift'
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