0
NSChineseCalendar之後在iOS 8.0中不推薦使用,我現在如何獲得ChineseCalendar?NSChineseCalendar之後在iOS 8.0中不贊成,我現在怎樣才能獲得ChineseCalendar?
在文檔
- NSChineseCalendar
標識爲中國的日曆。
適用於iOS 2.0及更高版本。
在iOS 8.0中不贊成使用。
NSChineseCalendar之後在iOS 8.0中不推薦使用,我現在如何獲得ChineseCalendar?NSChineseCalendar之後在iOS 8.0中不贊成,我現在怎樣才能獲得ChineseCalendar?
在文檔
標識爲中國的日曆。
適用於iOS 2.0及更高版本。
在iOS 8.0中不贊成使用。
如果你去在NSLocale.h
的關鍵,你會看到這樣的聲明...
FOUNDATION_EXPORT NSString * const NSChineseCalendar NS_CALENDAR_DEPRECATED(10_4, 10_9, 2_0, 7_0, "Use NSCalendarIdentifierChinese instead");
使用NSCalendarIdentifierChinese代替
如果有疑問,閱讀文件!