GYAlertController 0.1.8

GYAlertController 0.1.8

Maintained by Gyang.



  • By
  • Gyang

GYAlertController

Build Status Version License Platform

GYAlertController is a custom UI Component like UIAlertController. But it provides great flexibility and dynamism.

Now it supports

  • custom text style
  • alertSheet style actions
  • different screen �orientations
  • iPhoneX

In the feature, it will supports

  • alert style actions
  • textfield
  • blur background

Example

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

Requirements

This library requires iOS 8.0+

Installation

  • CocoaPods

    1. Add pod 'GYAlertController' to your Podfile.
    2. Run pod install or pod update.
    3. Implort <GYAlertController/GYAlertController.h>
  • Manually

    1. Download all the files in GYAlertController directory.
    2. Add the source files to your Xcode project.
    3. Import "GYAlertController.h"

License

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