Skip to content

Releases: sh-khashimov/SwiftFortuneWheel

0.7.0

27 Oct 21:47
Compare
Choose a tag to compare
  • Added text orientation to TextPreferences;
  • preferedFontSize removed from TextPreferences;
  • flipUpsideDown fixed;

0.6.2

27 Oct 21:48
Compare
Choose a tag to compare
  • Fixed bug during the init process;
  • In TextPreferences, flipUpsideDown now default value is true;
  • Playground added to SwiftFortuneWheel project;

0.6.1

27 Oct 21:48
Compare
Choose a tag to compare
  • startAnimating(fullRotationTimeInSeconds: Int, finishIndex: Int, _ completion:((Bool) -> Void)?) - completion fix

0.6.0

27 Oct 21:49
Compare
Choose a tag to compare
  • Added line to Slice.ContentType and LinePreferences. Now supports a curved line inside a slice;
  • Optional backgroundColor added to Slice. You can now override a background color for specified Slice, during Slice initialization;
  • Optional centerImageAnchor added to WheelPreferences. You can now add a secondary anchor image for each slice that will be located at the center of wheel’s border;
  • Examples updated;

0.5.0

27 Oct 21:49
Compare
Choose a tag to compare

First public release