Releases: ml-opensource/Rye
Support for left, center and right aligned Rye views
With this release you can now control the horizontal alignment of your Rye view.
To learn how to do so, please refer to this section of the README.
As always, thank you for using Rye and please keep the bugreports and feature suggestions coming 😄
Minor code fix
Prevents Rye from crashing when multiple Ryes are presented within a short period of time.
⚙️ RyeConfiguration
Now Working With Swift Package Manager Again
This release is a bugfix for the issue described in #41 so if you are a Swift Package Manager user, this release should hit the sweet spot.
As always, thank you for using Rye and please keep the bugreports and feature suggestions coming 😄
Display Alert in separate window
Before we use toast and snack Bar type to display alert messages, they are removed in this version. The way you display message is updated and displayModes are added for dismissing the alert message. Now every message is displayed in a separate Window and you must select one of the displayModes for dismissing alert message.
Add Animation Type To Custom View
can now choose animation type when giving Rye a custom view
Add tap to dismiss
Merge pull request #22 from nodes-ios/add_tap Added tapgesture to dismiss and slight refactor
Adds Podspec
Thanks to #4 we now have support for Cocoapods as well in Rye.
Removing unused print statements
As mentioned in #16
Make minimum target iOS11
1.1.7 make min target iOS 11