iPhone周视图日历显示预订
我正在寻找构建一个 iPhone 应用程序来显示设备的预订/预订。我想要一个周视图,可以使用不同的颜色显示预订(类似于 Google 日历中的颜色)。
我在github上看到很少有提供月视图的项目,但我找不到有周视图的项目。
我对 iPhone 开发还很陌生,如果有人能在这方面帮助我,我将不胜感激。一些教程有助于将日历添加到应用程序。
提前致谢
I am looking to build an iphone application to show booking/reservations of a Device. I want to have a week view where I can show the reservations using different colors (Something similar to the one in Google Calendar).
I saw few projects in github which provides month-view, but i could not find the one with week-view.
I am pretty new to iPhone development, and I would appreciate if someone can help me in this regard. Some tutorials which helps in adding an calendar to an application.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不创建一个谷歌日历,然后让您的应用程序的用户查看那里的预订。如果这就是您想要的,这里是 Objective-C 的官方文档
GDataObjCIntroduction - gdata-objectivec-client - Objective-C 开发人员简介 - Google Code 上的项目托管
访问 Google 日历的 Google 代码项目
iphone-gcal - Google 代码上的项目托管
另一个客户端
下载 - gdata-objectivec-client - Google 代码上的项目托管
教程
如何使用 Google API使用 iPhone SDK
希望这会有所帮助。
Why don't you create a google calender and then let the users of your app look at the booking on there. If that is what you want here is the official doc for objective-c
GDataObjCIntroduction - gdata-objectivec-client - Introduction for Objective-C Developers - Project Hosting on Google Code
google code project that access google calendar
iphone-gcal - Project Hosting on Google Code
another client
Downloads - gdata-objectivec-client - Project Hosting on Google Code
a tutorial
How To Use Google APIs with iPhone SDK
Hope this helps.