Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
任何人都可以建议我如何在我的本机应用程序中显示一个日历视图,其中包含所有事件以及我想要添加的任何内容。iOS 6 中是否提供了任何框架?我正在寻找的日历视图应该与 iCal(Day/Week/month) 完全相同,但在应用程序内部。
检查这个开源库Tapku。在这种情况下,这应该会有所帮助。您也可以与Kal检查。
您也可以尝试创建自己的一个。基本上你需要继承 aUIView并实现drawRect绘制它的方法。
UIView
drawRect