xcode 如何在 iPhone 应用程序中使用日历?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5101055/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How can I use Calendar in my iPhone Application?
提问by Akshay
I have an application of TimeTracker. I want to add a calendar for showing Reports. As I know that XCode/iOS doesn't provide any calendar tool(like Date Picker).What should I use ?
我有一个 TimeTracker 应用程序。我想添加一个日历来显示报告。据我所知,XCode/iOS 不提供任何日历工具(如日期选择器)。我应该使用什么?
Thanks
谢谢
EDIT : Thanks for the quick response guys (Mayur , John and Yoko). It's really pretty tough to accept one answer while everyone's answer is almost same.
编辑:感谢快速响应的人(Mayur、John 和 Yoko)。接受一个答案真的很难,而每个人的答案几乎都一样。
Regards Akshay
问候阿克谢
回答by Yoko Zunna
Yes.
是的。
These are the option I am aware of:
这些是我知道的选项:
2) http://github.com/klazuka/Kal
2) http://github.com/klazuka/Kal
3) http://code.google.com/p/iphonecal(needs to be customized - easily - to change text from chinese to english)
3)http://code.google.com/p/iphonecal(需要自定义 - 轻松 - 将文本从中文更改为英文)
4) Commercial: http://nrg.com.bd/blog/archives/36but the look & feel of the previous ones is much, much better and they are free, if you can comply with their licenses.
4) 商业:http: //nrg.com.bd/blog/archives/36但以前的外观和感觉要好得多,而且它们是免费的,如果你能遵守他们的许可证。
Hope this helps.
希望这可以帮助。