Releases: Codigami/CFAlertViewController
Releases · Codigami/CFAlertViewController
v3.1
Swift 4 & New Notification Style
What's New:
- Swift 4 compatibility added
- Introduced new notification style
- Now users can use interactive gesture to dismiss notifications and action sheets when
shouldDismissOnBackgroundTap
property is set totrue
- iPhone X compatibility added
v2.3
v2.2
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 👋
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
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.