Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将UIDatePicker用于波斯语(波斯语)和Shamsi日历。 我的语言环境是Asia/Tehran。 我正在使用Objective C和iOS9。 请帮我。
设置日期选择器的日历如下
datePicker.calendar = NSCalendar(identifier:NSCalendarIdentifierPersian)!
对于目标 C
datepicker.calendar = [NSCalendar calendarWithIdentifier:NSCalendarIdentifierPersian];
解决了 你好
现在您可以下载此示例项目并使用它: https ://github.com/reza-khalafi/DatePicker/tree/master
成功的