Releases: mitchtreece/Bulletin
Swift 5
Swift 4.2 + Espresso Integration
Official support for Xcode 10 / Swift 4.2
Keyboard Level & Snapping Fixes
This release adds a new keyboard
bulletin level. Bulletins presented at this level will now be displayed over any on-screen keyboards! Also, "stretching" a bulletin no longer triggers a dismiss when it should snap back.
Bug Fixes & Improvements
This release adds more natural swipe-to-dismiss gestures & other small improvements. A bulletin's embedded content view is also now exposed via a view
property.
Bulletin Level Fixes
This release fixes issues related bulletin's & their assigned levels. Prior to this release, bulletin's with level's lower than alert
were still presented over UIAlertController
instances. This has been fixed 😊
Swift 4 + iPhone X
This release adds Swift 4 compatibility & iPhone X support!
Objective-C Support
This release adds limited Objective-C compatibility. Advanced bulletin styling options are not available with Objective-C. However, support for basic presentation configuration options has been added.
Initial Release
Merge pull request #1 from mitchtreece/dev Initial Release