Xcode:适用于 Ipad 或 Iphone 的日历
我有一个技术问题:在 xcode 中只有一个数据选择器,并且此元素在我的应用程序中不起作用,因为在我的应用程序中用户必须快速选择日期时间。我会使用另一种工具来选择日期。你有什么建议吗?
I have a technical question: In xcode there is only a data-picker and this element is not functional in my app because in my app the user must be fast to choose date time. I would to use another instrument for chose a date. Have you any suggestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能可以使用许多网站正在使用的日期选择器之一:您在想要的日期触摸的某种日历视图。
不过,您可能必须编写自己的组件。
例子:
http://www.bitrepository.com/a-collection -of-free-javascript-date-pickers.html
You can probably use one of the Date pickers lots of web sites are using : some kind of calendar view where you touch at the day you want.
You may have to code your own component though.
Examples :
http://www.bitrepository.com/a-collection-of-free-javascript-date-pickers.html