Skip to content

Releases: ml-opensource/Rye

Support for left, center and right aligned Rye views

25 Aug 09:31
Compare
Choose a tag to compare

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

02 Sep 07:56
d379f87
Compare
Choose a tag to compare

Prevents Rye from crashing when multiple Ryes are presented within a short period of time.

⚙️ RyeConfiguration

13 Nov 13:21
7247798
Compare
Choose a tag to compare

Both standard and custom Ryes are initialized now with a RyeConfiguration. See #46 for more details and the README for more info on how to use this.

Now Working With Swift Package Manager Again

18 May 14:13
Compare
Choose a tag to compare

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

22 Apr 12:17
e4883d5
Compare
Choose a tag to compare

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

21 Nov 15:03
936b65e
Compare
Choose a tag to compare

can now choose animation type when giving Rye a custom view

Add tap to dismiss

17 Oct 09:13
9b14222
Compare
Choose a tag to compare
Merge pull request #22 from nodes-ios/add_tap

Added tapgesture to dismiss and slight refactor

Adds Podspec

16 Oct 12:12
a86663e
Compare
Choose a tag to compare

Thanks to #4 we now have support for Cocoapods as well in Rye.

Removing unused print statements

30 Sep 12:22
42977ba
Compare
Choose a tag to compare

Make minimum target iOS11

19 Sep 12:42
c59a068
Compare
Choose a tag to compare
1.1.7

make min target iOS 11