AlertFactory
安装
AlertFactory可以通过CocoaPods获取。要安装它,只需将以下行添加到您的Podfile中:
pod 'AlertFactory'
定义
1. RawAlert
- .with(title: Title)
✅ - .with(text: Text)
✅ - .otherButton(title: String, onTap: (() -> Void)?=nil)
✅ - .cancelButton(title: String, onTap: (() -> Void)?=nil)
✅ - .destructiveButton(title: String, onTap: (() -> Void)? = nil)
✅ - .onDismiss( _ completion: (() -> Void)?)
❌ - .present(completion: (() -> Void)? = nil)
❌ - .append()
❌ - .asAlertView() -> UIViewController?
❌
作者
brennobemoura, [email protected]
许可协议
AlertFactory 产品采用 MIT 许可协议。更多信息请参阅 LICENSE 文件。