XFSegmentedControl
XFSegmentedControl copied to clipboard
iOS 13 style?
The UISegmentedControl looks different now on iOS 13 (not just an outline frame but a solid background with some kind of slider/button for the active segment)
Is it possible to get this look for this control when compiled for the iOS13 (or higher) Plattform?
I've changed my implementation, so it uses this library on iOS: https://github.com/1iveowl/Plugin.SegmentedControl (with iOS 13 style)
and it uses this tab-like button style on Android