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

WZAlertViewController 2.2.2

WZAlertViewController 2.2.2

Maintained by qiuqixiang.



  • By
  • liuxiaobin

我主良缘弹方便快捷的弹出框

Requirements:

  • iOS 9.0+
  • Xcode 10.0+
  • Swift 5.0+

Installation Cocoapods

pod 'WZAlertViewController', '~> 2.0.0'

Usage

         let autolatoutView = WZAutolatoutView()
        WZShowAlertView.showAlertView(alertStyle: type,
                                      showInView: self.view,
                                      contentView: autolatoutView,
                                      backgoundTapDismissEnable: true,
                                      isShowMask: true,
                                      alertViewEdging: 20,
                                      alertViewOriginY: 0, delegate: self)

License

WZAlertViewController is released under an MIT license. See LICENSE for more information.