【发布时间】:2015-02-17 12:30:40
【问题描述】:
我读了here,但没有结果。我的代码是
Titanium.UI.createPicker({
useSpinner : true,
selectionIndicator : true,
type : Ti.UI.PICKER_TYPE_TIME,
value : defaultVal
});
我需要显示 12 小时格式的选择器。 format24 属性在那里,仅适用于 android :(
【问题讨论】:
标签: ios titanium appcelerator titanium-alloy appcelerator-mobile