v1.0.0
Changes
Refactor
- Symbol name in
SimpleRoulette
is more simplified. - Add convenience initializer for
RouletteModel
. - Other small refactorings.
Show AnyView
on RouletteView.
Since v1.0.0, it is possible to place AnyView
on your Roulette, though we have to pay attention to the size of those AnyView
.
This number is Image, not Text |
---|
![]() |
To achieve this feature, I added length
parameter to RouletteView
with default-value 320pt
.
Support MacOS with SwiftUI
Before v1.0.0, I'd supported Mac Catalyst
. Since v1.0.0, SimpleRoulette can be also adopted by MacOS apps (which uses SwiftUI
).