Aoomle 0.1.0

Aoomle 0.1.0

Maintained by Abdulmalik Muhammad.



Aoomle 0.1.0

Aoomle

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Development

To develop Aoomle software in this repository, ensure that you have at least the following software:

Xcode 12 (or later)
iOS 13.0 or later CocoaPods 1.7.2 (or later)

Usage

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)

Installation

There are 3 ways to use Aoomle in your project:

using CocoaPods using Swift Package Manager manual install (build frameworks or embed Xcode Project)

Installation with CocoaPods

Aoomle is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Aoomle'

Installation with Swift Package Manager

See the docs CocoaPods

Author

Abdulmalik Muhammad, [email protected]

Twitter YouTube Website

License

Aoomle is available under the MIT license. See the LICENSE file for more info.