/FullScreenAlert

Primary LanguageShellMIT LicenseMIT

FullScreenAlert

CI Status Version License Platform FullScreenAlert is a stylish, flexible and customizable full screen style alert for IOS. It helps you to notify user if something happened. FullScreenAlert library can be used in any IOS 9.0+ application

Example

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

Installation

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

pod "FullScreenAlert"

Usage

Basic

let successAlert = AlertView(type: .Success, title: "Success", message: "You just opened this \("Success") type alert without action", config: nil)

successAlert.present(on: self)

Customization

FullScreenAlert provides the following UI elements, exposed as public, optional @IBOutlets:

  • Title (UILabel)
  • Message body (UILabel)
  • Image (UIImageView)
  • Button (UIButton)

Requirements

IOS 9.0+ Swift 3.0

Author

MaeseppTarvo, tarvomaesepp@gmail.com

License

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