如何在iphone中将UIDatePicker的模式更改为毫秒模式?

时间:2010-09-18 11:46:05

标签: ios4

我想创建一个包含UIDatePicker视图的应用程序。 UIDatePicker包含定时器模式,日期模式,日期和时间模式,天和时间模式的属性,但它没有将任何此模式转换为MilliSecond模式的属性。我已经卡在这里可以任何人 帮助我。

1 个答案:

答案 0 :(得分:2)

没有这样的事情...... 有关UIDatePicker的模式列表,请参阅http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UIDatePicker_Class/Reference/UIDatePicker.html ... 它们如下:

typedef enum {
   UIDatePickerModeTime,
   UIDatePickerModeDate,
   UIDatePickerModeDateAndTime,
   UIDatePickerModeCountDownTimer
} UIDatePickerMode;