UdaraAlwis / XFSegmentedControl

Segmented Button Control in pure Xamarin.Forms!
https://theconfuzedsourcecode.wordpress.com/tag/segmented-control/
GNU General Public License v3.0
25 stars 5 forks source link

iOS 13 style? #5

Open boris-df opened 5 years ago

boris-df commented 5 years ago

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?

galadril commented 4 years ago

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