XFSegmentedControl icon indicating copy to clipboard operation
XFSegmentedControl copied to clipboard

iOS 13 style?

Open boris-df opened this issue 6 years ago • 1 comments

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?

boris-df avatar Sep 26 '19 11:09 boris-df

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

galadril avatar Jan 07 '20 07:01 galadril