Hi,
I have a question which is still not answered mer pail:
I'm trying to set the SelectedDayTextColor to white and it does work but the text is white only on weekends. The textColor is black in other days which is not correct: See the screenshot. Whats the problem here? Can somebody help me out?
By the way the problem is only on iOS.
Here is my snippet and the screenshot attached as file:
var calendarStyle = CalendarView.MonthViewSettings;
calendarStyle.DateSelectionColor = Color.FromHex("#718FE4");
calendarStyle.SelectedDayTextColor = Color.White;
calendarStyle.CurrentMonthTextColor = Color.FromHex("#4a4a4a");
Attachment:
IMG_4125.PNG_c174dabe.zip