Skip to content

Releases: fortmarek/SwipeViewController

Rewrite, Swift 5, Carthage improvements

16 Jun 11:01
Compare
Choose a tag to compare

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! 😎

Fix Carthage support.

14 Mar 11:41
Compare
Choose a tag to compare
1.1

Shared scheme.

Selected Image

07 Sep 18:39
Compare
Choose a tag to compare

Now when you swipe you can easily change the color (or the whole image).

See details in README section.

SwipeButtons with Images

03 Sep 00:08
Compare
Choose a tag to compare

Now you can use SwipeButtons with images, take a look at the documentation.

Equal Spaces

12 Aug 16:08
Compare
Choose a tag to compare

Until 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.

Fix initial VC with index 0

06 Apr 14:22
Compare
Choose a tag to compare
0.1.3

Version 0.1.3

Quickly switching buttons error fixed, UIColor error fixed

03 Apr 10:18
Compare
Choose a tag to compare

For more stable app, I decided that the user won't be able to switch the buttons when there is already swiping animation underway. Also, the app doesn't crash when you just set the view controllers and nothing else.