leonx98 / LXStatusAlert

Simple status alert

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LXStatusAlert

Xcode 9.0+ iOS 9.0+ Swift 4.0+ CocoaPods Compatible
Platform License

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! ☺️

paypal

Author

Leon Hoppe, leonhoppe98@gmail.com

License

Distributed under the MIT license. See LICENSE for more information.

About

Simple status alert

License:MIT License


Languages

Language:Swift 91.5%Language:Ruby 8.5%