XBAlertViewController
需求
- iOS 9.0+
- Xcode 10.0+
- Swift 5.0+
CocoaPods 安装
pod 'XBAlertViewController', '~> 1.0.0'
用法
let autolatoutView = XBAutolatoutView()
XBShowAlertView.showAlertView(alertStyle: type,
showInView: self.view,
contentView: autolatoutView,
backgoundTapDismissEnable: true,
isShowMask: true,
alertViewEdging: 20,
alertViewOriginY: 0, delegate: self)
许可
XBAlertViewController 根据 MIT 许可证发布。有关更多信息,请参阅 LICENSE 文件。