-
First: many thanks for providing this library. I'd like to customize the Sliders track size. For UISlider i was able to create a subclass and override trackRect(). How can I achieve the same result in SwiftUI and Introspect? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Subclassing is indeed not an option, so the only other way to accomplish this is by dipping down into swizzling territory. |
Beta Was this translation helpful? Give feedback.
-
@harthorst did you figure this out |
Beta Was this translation helpful? Give feedback.
-
No. I simply created my own slider widget which was easier than I thought. |
Beta Was this translation helpful? Give feedback.
Subclassing is indeed not an option, so the only other way to accomplish this is by dipping down into swizzling territory.