You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FastisConfig.MonthHeader.monthLocale is deprecated. Use FastisConfig.calendar.locale instead.
FastisConfig.CurrentValueView.locale is deprecated. Use FastisConfig.calendar.locale instead.
FastisShortcut.init now allow use calendar. It to be passed as an argument in the closure.
Improvements
New you can use custom calendar. Just set FastisConfig.calendar = Calendar(identifier: XXX). Also you can set locale for whole calendar view by setting FastisConfig.calendar.locale = Locale(XXX). For more detail check this out.
Example project now includes example with custom calendar usage.