Aoomle 0.1.0

Aoomle 0.1.0

Abdulmalik Muhammad 维护。



Aoomle 0.1.0

  • 作者:
  • Abdulmalik Muhammad

Aoomle

CI Status Version License Platform

示例

要运行示例项目,请克隆仓库,然后首先从 Example 目录运行 pod install

要求

开发

要在此存储库中开发 Aoomle 软件,请确保您至少以下软件:

Xcode 12(或更新的版本)
iOS 13.0或更新的版本 CocoaPods 1.7.2(或更新的版本)

用法

let alertView = AMAlertViewController(title: "Internet Connection", message: "There is a problem with your internet connection, please try again later. If the problem persist, contact us +2348146191761", buttonTitle: "OK")
alertView.modalTransitionStyle = .crossDissolve
alertView.modalPresentationStyle = .fullScreen
present(alertView, animated: true, completion: nil)

安装

有3种方法可以在项目中使用Aoomle

使用CocoaPods 使用Swift Package Manager 手动安装(构建框架或嵌入Xcode项目)

使用CocoaPods安装

Aoomle可以通过CocoaPods获取。要安装它,只需将以下行添加到您的Podfile中

pod 'Aoomle'

使用Swift Package Manager安装

查看CocoaPods文档

作者

Abdulmalik Muhammad,[email protected]

Twitter YouTube 网站

许可证

Aoomle可根据MIT许可证获得。有关更多信息,请参阅LICENSE文件。