Releases: sh-khashimov/SwiftFortuneWheel
Releases · sh-khashimov/SwiftFortuneWheel
0.7.0
- Added text orientation to
TextPreferences
; preferedFontSize
removed fromTextPreferences
;flipUpsideDown
fixed;
0.6.2
- Fixed bug during the init process;
- In
TextPreferences
,flipUpsideDown
now default value istrue
; - Playground added to
SwiftFortuneWheel
project;
0.6.1
startAnimating(fullRotationTimeInSeconds: Int, finishIndex: Int, _ completion:((Bool) -> Void)?)
- completion fix
0.6.0
- Added
line
toSlice.ContentType
andLinePreferences
. Now supports a curved line inside a slice; - Optional
backgroundColor
added toSlice
. You can now override a background color for specifiedSlice
, duringSlice
initialization; - Optional
centerImageAnchor
added toWheelPreferences
. 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
First public release