Skip to content

Releases: sh-khashimov/SwiftFortuneWheel

1.4.3

27 Oct 21:36
Compare
Choose a tag to compare

1.4.2

27 Oct 21:36
Compare
Choose a tag to compare
  • Issue #33 Cannot build on Xcode 14: Stored properties cannot be marked potentially unavailable with '@available' fixed;

1.4.1

27 Oct 21:37
Compare
Choose a tag to compare
  • Issue #24 External audio stops right after fortune wheel initialization;

1.4.0

27 Oct 21:38
Compare
Choose a tag to compare

1.3.3

27 Oct 21:39
Compare
Choose a tag to compare
  • Fixed issue when tap to slice can return incorrect slice index;
  • Tap gesture recognizer ported to macOS;

1.3.2

27 Oct 21:39
Compare
Choose a tag to compare
  • Issue #10 added tap gesture API to detect selected slice index via tap. For more information see API Overview;
  • Refactoring;

1.3.1

27 Oct 21:40
Compare
Choose a tag to compare
  • Issue #11: startRotationAnimation completion issue fix;

1.3.0

27 Oct 21:40
Compare
Choose a tag to compare
  • Issue #6: pinImageView collision effect animation added;

1.2.0

27 Oct 21:41
Compare
Choose a tag to compare
  • Added sound effects and haptic feedback during the rotation;
  • Issue #6: animation callback added;
  • Animation API refined;
  • iOS Example project updated;

1.1.3

27 Oct 21:42
Compare
Choose a tag to compare
  • 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;