UIDatePicker显示秒
uidatepicker 中是否有机会显示秒?我真的没有看到这方面的参考。
Is there any chance to display seconds in uidatepicker? I don't really see reference for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法使用 UIDatePicker 执行此操作,但您可以使用 UIPickerView。请注意,这样做您将失去 UIDatePicker 的位置感知功能。
You can't do this with UIDatePicker, but you can make your own using UIPickerView. Just be aware that by doing this you'll lose the locality-aware features of UIDatePicker.