Skip to content

Releases: sh-khashimov/SwiftFortuneWheel

1.1.2

27 Oct 21:42
Compare
Choose a tag to compare
  • SPM macOS support added;

1.1.1

27 Oct 21:43
Compare
Choose a tag to compare
  • Issue #8: Added background image for Slice object;

1.1.0

27 Oct 21:43
Compare
Choose a tag to compare
  • Added support for macOS 10.11 and above;
  • Added support for tvOS 9.0 and above;
  • TextPreferences initialize process changed;
  • ImagePreferences initialize process changed;
  • WheelPreferences initialize process changed;
  • SpinButtonPreferences initialize process changed;
  • PinImageViewPreferences initialize process changed;
  • AnchorImage initialize process changed;
  • Fixed image flipUpsideDown from not working;
  • See migration process here: from 1.0.x to 1.x.x;

1.0.3

27 Oct 21:44
Compare
Choose a tag to compare
  • When you using startAnimating method to start indefinite rotation animation, it’s possible now change optional rotationTime and fullRotationCountInRotationTime parameters to change the rotation speed;

1.0.2

27 Oct 21:44
Compare
Choose a tag to compare
  • Fixed memory leak when re-drawing the wheel;

1.0.1

27 Oct 21:45
Compare
Choose a tag to compare
  • Fixed layout warnings;
  • Fixed incorrect spinButton background image setting;
  • Fixed incorrect spinButton isEnabled setting;
  • Fixed incorrect content image position;
  • Fixed incorrect content line position;
  • Fixed incorrect slice border width;
  • Fixed incorrect content position after setting circle border height;
  • Fixed horizontal position in the vertical text;
  • Other small improvements are made;

1.0.0

27 Oct 21:45
Compare
Choose a tag to compare
  • Small improvements and bug fixes;
  • Updated example project with rotation and animation API example;
  • Pull request #4 merged;
  • See migration information here: from 0.x.x to 1.0.0;

0.9.0

27 Oct 21:46
Compare
Choose a tag to compare
  • Added rotation API: rotate(toIndex index: Int), rotate(rotationOffset: CGFloat);
  • Added parameters full rotations until start deceleration and animation duration to animation API;
  • startAnimating(fullRotationTimeInSeconds: Int, finishIndex: Int) changed to startAnimating(indefiniteRotationTimeInSeconds: Int, finishIndex: Int)
  • Internal code refactoring;

0.8.1

27 Oct 21:46
Compare
Choose a tag to compare
  • Issue #2 fix;

0.8.0

27 Oct 21:47
Compare
Choose a tag to compare
  • Text now can be separated into lines;
  • Added line break mode to the TextPreferences;
  • Added spacing between lines to the TextPreferences;
  • Added alignment to the TextPreferences;