将 iPhone DatePicker“蓝色今天日期”更改为
我想知道是否可以以编程方式更改蓝色今天的日期而不删除并重新加载日期选择器?
I want to know if it's possible to changed programmatically the blue todays date without delete and reload the date picker ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,没有办法做你想做的事。
No, there is no way to do what you want.
您可以使用该
方法。
例如,
它是 UIDatePickerClass 的唯一实例方法(请参阅 文档了解更多详细信息)。
You can use the
method.
e.g.
It's the only instance method of the UIDatePickerClass (see documentation for more details).