🔖 v1.3.0
⚠️ Source-breaking changes
- You can no longer pass a completion block on dismissal
To execute some code when the item is dismissed, set the dismissalHandler
property when creating the item.
Old
manager.dismissBulletin(animated: true) {
print("Bulletin dismissed")
}
New
let item: BulletinItem = ...
item.dismissalHandler = { item in
print("Bulletin dismissed")
}
manager.dismissBulletin(animated: true) // calls the dismissalHandler
✨ New Features
- Customize the background blur
🐛 Fixes
- Better iPhone X support
- Auto Layout improvements
📦 Updating
- If you are using CocoaPods :
pod update
- If you are using Carthage :
carthage update
ℹ️ Info
- SHA-256 checksum :
95e3057f8d39731da134c5dac05f8aaece0c253f8967c28b4b3a495a993a733a