I am using tapku calendar in my project. I need to make an option for the user to start week on Sunday or on Monday. There is a method in viewDidLoad:
(id)initWithSunday:(BOOL)sundayFirst
Is there a way to update the calendar with new option? I tried calling initWithSunday with new value and [calendar reload], but errors occurred.