This is a migrated thread and some comments may be shown as answers.

Change Calendar Background Color

1 Answer 120 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sal
Top achievements
Rank 1
Sal asked on 06 Apr 2015, 04:48 PM
Is there an option or upcoming option to change the background color of the Calendar? I tried just using the background color option but that doesn't seem to work or is just ignored. Trying to theme the calendar to match an upcoming app and the light gray background just isn't working out with it. 

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 07 Apr 2015, 03:49 PM
Hi Sal,

You can change the background of TKCalendar control by setting the backgroundColor property in current presenter style. For example you can use the following code when using month presenter:
TKCalendarMonthPresenter *presenter = (TKCalendarMonthPresenter*)self.calendarView.presenter;
presenter.style.backgroundColor = [UIColor redColor];

Do not hesitate to write back if you need further assistance.

Regards,
Jack
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Calendar
Asked by
Sal
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or