Travil fix
This commit is contained in:
parent
739f9e9f59
commit
27bec3f80f
|
|
@ -34,7 +34,6 @@
|
|||
self.calendar.today = nil;
|
||||
self.calendar.locale = [NSLocale localeWithLocaleIdentifier:@"zh-CN"];
|
||||
self.calendar.placeholderType = FSCalendarPlaceholderTypeNone;
|
||||
self.calendar.extensionContext = self.extensionContext;
|
||||
|
||||
self.lunarCalendar = [[NSCalendar alloc] initWithCalendarIdentifier:NSCalendarIdentifierChinese];
|
||||
self.lunarCalendar.locale = [NSLocale localeWithLocaleIdentifier:@"zh-CN"];
|
||||
|
|
|
|||
Loading…
Reference in New Issue