XBAlertViewController
Requirements:
- iOS 9.0+
- Xcode 10.0+
- Swift 5.0+
Installation Cocoapods
pod 'XBAlertViewController', '~> 1.0.0'
Usage
let autolatoutView = XBAutolatoutView()
XBShowAlertView.showAlertView(alertStyle: type,
showInView: self.view,
contentView: autolatoutView,
backgoundTapDismissEnable: true,
isShowMask: true,
alertViewEdging: 20,
alertViewOriginY: 0, delegate: self)
License
XBAlertViewController is released under an MIT license. See LICENSE for more information.