Changelog History
-
v2.0 Changes
June 16, 2019🚀 This release is a refinement of the project with breaking changes - this library no longer depends on subclassing, but you can use the class as-is, any customization can be mode by modifying the instance.
🏗 Besides that, this project now uses Swift 5 and it also provides Carthage binary, so you can build your project quicker.
🍱 Otherwise, the functionality stays the same, enjoy! 😎
-
v1.1.1
April 02, 2018 -
v1.1
March 14, 2018 -
v1.0
November 29, 2017 -
v0.1.8
September 17, 2016 -
v0.1.7 Changes
September 07, 2016Now when you swipe you can easily change the color (or the whole image).
👀 See details in README section.
-
v0.1.6 Changes
September 03, 2016📚 Now you can use SwipeButtons with images, take a look at the documentation.
-
v0.1.5
September 02, 2016 -
v0.1.4 Changes
August 12, 2016Until now, when there was odd count of swipeButtons, the label was not centered. That now changes and you can simply do in your SwipeViewController:
equalSpaces = false
👍 Of course you can still keep equal spaces, better for odd number of buttons.