All Versions
10
Latest Version
3.1
Avg Release Cycle
61 days
Latest Release
2110 days ago

Changelog History

  • v3.1 Changes

    September 16, 2018

    ๐Ÿ‘ 1. Swift 4.2 support added ๐Ÿ›  2. XCode 10 compile issues fixed

  • v3.0 Changes

    September 27, 2017

    What's New:

    1. Swift 4 compatibility added ๐Ÿ’… 2. Introduced new notification style
    2. Now users can use interactive gesture to dismiss notifications and action sheets when shouldDismissOnBackgroundTap property is set to true
    3. iPhone X compatibility added
  • v2.3.2

    August 25, 2017
  • v2.3.1

    June 09, 2017
  • v2.3 Changes

    June 09, 2017

    What's New:
    โ€ข Now you can subclass CFAlertViewController
    ๐Ÿ‘ โ€ข Convenience init method support added

  • v2.2 Changes

    June 08, 2017

    What's New:
    ๐Ÿ”ง โ€ข You can now configure the background color or layer related properties (e.g. cornerRadius, borderColor, borderWidth) in the containerView property.
    โ€ข You can set a custom title and message text color in the alert view.

    ๐Ÿ”ง This can open up a lot more possibilities of configuration. You can even completely change the way popup looks in your app.

  • v2.1.2

    March 28, 2017
  • v2.1.1

    March 17, 2017
  • v2.1 Changes

    March 15, 2017

    What's New:
    โ€ข Background Style property added (Plain & Blur)
    โ€ข Background Color property added

    โšก๏ธ We have also updated the Demo Project to showcase the dynamic capabilities of this library better.

  • v2.0.5 Changes

    March 15, 2017

    In this version, we have completely rewritten the whole library in Swift 3.0.
    Don't worry, you can still use this library with your Obj-C / (Obj-C+Swift) projects.