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

Text color in IPAD same as background color #25

Closed micuentadecasa closed 7 years ago

micuentadecasa commented 7 years ago

Hi, the picker is not working on IPAD, it seems that the textcolor is the same as background. I have tried to change it with Control.SetTitleColor (UIKit.UIColor.Black, UIControlState.Normal ); but no luck.

jessejiang0214 commented 7 years ago

I cannot reproduce this issue in sample project https://github.com/XAM-Consulting/FreshEssentialsSample

In that sample, the ItemsSource should be bindable, click "Change Source of Picker" button will show different source.

micuentadecasa commented 7 years ago

So late Jesse. Thanks for all.