Skip to content

Releases: Codigami/CFAlertViewController

v3.1

16 Sep 10:49
Compare
Choose a tag to compare
  1. Swift 4.2 support added
  2. XCode 10 compile issues fixed

Swift 4 & New Notification Style

27 Sep 14:42
Compare
Choose a tag to compare

What's New:

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

v2.3

09 Jun 06:35
Compare
Choose a tag to compare

What's New:
• Now you can subclass CFAlertViewController
• Convenience init method support added

v2.2

08 Jun 07:30
Compare
Choose a tag to compare

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.

Say Hello to New Background Styles 👋

15 Mar 11:36
Compare
Choose a tag to compare

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.

CFAlertViewController in Swift 3.0

15 Mar 09:26
Compare
Choose a tag to compare

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.