LXStatusAlert
LXStatusAlert is a simple alert.
Requirements
- Swift 4+
- iOS 9.0+
- Xcode 9+
Installation
CocoaPods
You can use CocoaPods to install LXStatusAlert
by adding it to your Podfile
:
pod 'LXStatusAlert'
Usage
Create a 'LXStatusAlert' instance with custom image, title and duration.
let statusAlert = LXStatusAlert(image: image, title: "Add to \"Favorites\"", duration: 0.2)
statusAlert.show()
Donation
If you like my open source libraries, you can sponsor it!
Author
Leon Hoppe, [email protected]
License
Distributed under the MIT license. See LICENSE
for more information.