我主良缘弹方便快捷的弹出框
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.