Tapku 日历演示在 xCode4/iOS5 中不工作
我今天安装了 xCode 4 和 iOS 5。
我过去使用过 Tapku 库,所以我下载了它: https://github.com/devinross/tapkulibrary
我在 xCode 中打开了演示,并在 iPhone iOS5 模拟器上运行日历演示,但它立即崩溃了。我做错了什么吗?
调试 TKCalendarMonthView.m 类,我发现错误与 dateSelected 函数中的 MonthDate 有关。
I installed xCode 4 and iOS 5 today.
I have used the Tapku library in the past so i went a downloaded it: https://github.com/devinross/tapkulibrary
I opened the demo in xCode and am running the calendar demo on the iPhone iOS5 simulator and it is crashing right away. Am i doing something wrong?
Debugging the TKCalendarMonthView.m class i find the error is related to monthDate in the dateSelected function.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我联系了 Tapku 的创建者 Devin。事实证明代码中有错误。他修复了它并上传了修复版本。
I contacted Devin, the creator of Tapku. It turns out the code had a error in it. He fixed it and uploaded a fixed version.