SwiftFortuneWheel Versions Save

The ultimate spinning wheel view that supports dynamic content and rich customization.

1.0.2

1 year ago
  • Fixed memory leak when re-drawing the wheel;

1.0.3

1 year ago
  • 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.1.0

1 year ago
  • 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.1.1

1 year ago
  • Issue #8: Added background image for Slice object;

1.1.2

1 year ago
  • SPM macOS support added;

1.1.3

1 year ago
  • characterWrap type added to the TextPreferences.LineBreakMode;
  • maxWidth added to the TextPreferences. With maxWdith possible to set maximum width that will be available for text;
  • Fixed text margins;
  • Fixed when numberOfLines = 0 may not work properly;

1.2.0

1 year ago
  • Added sound effects and haptic feedback during the rotation;
  • Issue #6: animation callback added;
  • Animation API refined;
  • iOS Example project updated;

1.3.0

1 year ago
  • Issue #6: pinImageView collision effect animation added;

1.3.1

1 year ago
  • Issue #11: startRotationAnimation completion issue fix;

1.3.2

1 year ago
  • Issue #10 added tap gesture API to detect selected slice index via tap. For more information see API Overview;
  • Refactoring;