XAM-Consulting / FreshEssentials

FreshEssentials for Xamarin.Forms has ONLY the most common extensions you need for Xamarin.Forms
Apache License 2.0
107 stars 30 forks source link

SegmentedButton not displaying properly on iOS #10

Closed Troto closed 8 years ago

Troto commented 8 years ago

Hi, I'm having an issue using the SegmentedButtonGroup. When using it on iOS the text in the selected button in the group will not show up using default colours. There is no background on the selected button in iOS and so white text just doesn't show up. This isn't the default behaviour for a segmented button.

jessejiang0214 commented 8 years ago

Hi Troto,

Did you call new FreshEssentials.iOS.AdvancedFrameRendereriOS(); in AppDelegate? https://github.com/XAM-Consulting/FreshEssentialsSample/blob/master/iOS/AppDelegate.cs#L18

Troto commented 8 years ago

Oh yes that was it! Thank you!

Troto commented 8 years ago

@jessejiang0214 Do you know if there is a way to use the default colours of the platform? At the moment I would like different colours for each platform.