简体   繁体   English

iPhone SDK中是否有任何内置的日历视图

[英]Is there any in built calendar view in iPhone sdk

I want to invoke a calendar as the calendar application does in iPhone. 我想像日历应用程序在iPhone中一样调用日历。 Is there any inbuilt framework which will help or we have to built the whole calendar on our own. 是否有任何内置框架会有所帮助,否则我们必须自行构建整个日历。

There is no built in calendar framework for the iPhone. iPhone没有内置的日历框架。 Additionally, you can't access a users calendars as with the address book or iPod. 此外,您不能像通讯录或iPod一样访问用户日历。

There are some 3rd party solutions: 有一些第三方解决方案:

http://code.google.com/p/iphonecal/ http://code.google.com/p/iphonecal/

http://code.google.com/p/iphone-gcal/ http://code.google.com/p/iphone-gcal/

Check out the below link. 查看以下链接。 This may help you... 这可能对您有帮助...

https://stackoverflow.com/questions/3634000/is-there-a-calendar-control-we-can-use-for-iphone-apps ` https:// stackoverflow.com/ questions/ 3634000/ is- there-a- calendar- control- we- can- use- for- iphone- apps`

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM