请帮我。我在 iOS5 中有一个错误,它在 iOS6 中将语言环境设置为 12 小时模式工作正常。
这是我的代码。
NSLocale *locale = [[NSLocale alloc] initWithLocaleIdentifier:@"NL"];
[self.timePickerView setLocale:locale];
[self.timePickerView setTimeZone:[NSTimeZone defaultTimeZone]];
[self.timePickerView setDate:self.date animated:NO];
我的代码有什么问题?我想在我的 UIDatePicker 上有一个默认的 24 小时。请帮帮我谢谢!