When you updating from 0.x.x to version 1.0.0, you have to consider next changes that were made:
- The biggest changes were that long named
SwiftFortuneWheelConfiguration
was renamed to shorterSFWConfiguration
; pinPreferences
andspinButtonPreferences
insideSFWConfiguration
now are optional;- When you initializing
WheelPreferences
now you have to specifystartPosition
; image(String, ImagePreferences)
renamed toassetImage(String, ImagePreferences)
case atSlice.ContentType
- Added
image(UIImage, ImagePreferences)
case toSlice.ContentType
preferedFontSize
removed fromTextPreferences
;
- In
TextPreferences
,flipUpsideDown
now default value istrue
;