Skip to content

Releases: SimformSolutionsPvtLtd/SSSpinnerButton

Bug fixes

17 Aug 04:56
87501be
Compare
Choose a tag to compare

Width issue fixed in landscape mode

Ripple Effect, SPM Support, New Configuration for button

26 Apr 06:46
41f7661
Compare
Choose a tag to compare

What's Changed

  • Added Ripple Effect To SSSpinnerButton
  • Added Configuration Support
  • Added SPM Support to SSSpinner Button (Fixes: #31)

Full Changelog: 3.1.0...3.2.0

New Animation

02 Nov 11:22
cc9c4b8
Compare
Choose a tag to compare

Wave, ScaleMultiple and Pacman animation Added

Carthage Support

01 Oct 14:46
830d736
Compare
Choose a tag to compare

-- Carthage support added for iOS platform

Swift 5.0 update

20 May 07:34
2668474
Compare
Choose a tag to compare
3.0.1

Update SSSpinnerButton.podspec

Issue fix

20 May 07:30
Compare
Choose a tag to compare
2.0.1

Merge branch 'develop'

Swift 4.2

13 Nov 07:01
Compare
Choose a tag to compare

Swift 4.2

Issue_fix

12 Nov 15:11
9d5212d
Compare
Choose a tag to compare

Shadow_Issue_fix
Update attributed & normal title for all states of the button
fix the issue of the inserted gradient layer

Attributed text issue

30 Oct 06:35
2005d75
Compare
Choose a tag to compare

Attributed text issue fixed.
Now spinner button work with attributed text

Enhancement with completion types (success, error, fail)

04 Sep 11:10
4fb70d3
Compare
Choose a tag to compare

SSSpinnerButton is now enhanced with completion types.
The completion types are success, error and fail, so user can now stop animate with the completion type and it will show the marks(success = ✓, error = ! and fail = ✕) for that.
We just added animation for completion type checkmark and user can also back to default state as well.