iPhone日历没有标记等只是基本日历
有人可以告诉我如何进行基本的日历显示,从日历中选择的日期获取日期吗? Kal 示例和代码的功能超出了我的需要,并且未针对我制作的应用程序类型进行设置。我真正需要的是一个带有日期的日历,然后从那里检索日期,以便我可以将其传递给我的其他功能。我觉得 UIDatePicker 看起来很垃圾,如果可能的话,希望有日历视图。
Could someone possibly show me how to do a basic calendar display that gets the date from date selected in a calendar? The Kal examples and code does way more than I need and is not set for the type of app im making. All I really need is a calendar with the dates, and then from there something to retrieve the date so i can pass it to my other functions. I feel like the UIDatePicker is trashy looking and would like the calendar view if its possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Hii Casey,
为了最简单/轻松的日历集成 - 使用 Tapku 库
https://github.com/devinross/tapkulibrary
比卡尔简单。
Hii Casey,
For simplest / Easy Calender Integration - use Tapku Library
https://github.com/devinross/tapkulibrary
Its simple than compared to Kal.
Tapku Calendar 是一个可靠的日历实现,我在过去的 iPhone 项目中使用过它。您可以查看我今年早些时候写的一篇博客文章:http://developinginthedark .com/posts/iphone-tapku-calendar-markers
我最近更新了它以包含示例代码,显示它集成到选项卡栏应用程序中。向下滚动帖子底部以获取选项卡栏应用程序代码。如果您遇到任何困难,请告诉我。
Tapku Calendar is a solid calendar implementation, I've used it in past iPhone projects. You can check out a blog post I wrote about it earlier this year here: http://developinginthedark.com/posts/iphone-tapku-calendar-markers
I've recently updated it to include example code showing it's integration into a Tab Bar application. Scroll down the bottom of the post to get that Tab Bar application code. If you run into any difficulties, let me know.