UIDatePicker help please
I have an UIDatePicker that displays the date in an UIT开发者_如何学编程ableViewCell.
I would like to define to the datePicker to change the date format in the UITableViewCell according to the device international settings. How can I define it?
Thanks!
Take a look at the NSLocale
class reference.
精彩评论