如何在 iOS 中创建时间表?
is there any framework for iOS that allows to create a time table like this app:
http://itunes.apple.com/us/app/id335495816?mt=8
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我见过的最接近的(除非你像他们一样编写自定义视图)是 MAWeek 和 Day View。
http://cocoacontrols.com/platforms/ios/controls/maweekview
http://cocoacontrols.com/platforms/ios/controls/madayview
开启日视图,它看起来像一个带有自定义 UITableViewCells 的 UITableView(带有剩余时间的)。为此,请创建自定义 UITableViewCells:
http://cocoawithlove.com/2009 /04/easy-custom-uitableview-drawing.html
http://useyourloaf.com /blog/2011/2/28/speeding-up-table-view-cell-loading-with-uinib.html
The closest I've seen (unless you code a custom view like they did) is MAWeek and Day View.
http://cocoacontrols.com/platforms/ios/controls/maweekview
http://cocoacontrols.com/platforms/ios/controls/madayview
On the day view, it looks like a UITableView with custom UITableViewCells (the one with the remaining time). To do that, create custom UITableViewCells:
http://cocoawithlove.com/2009/04/easy-custom-uitableview-drawing.html
http://useyourloaf.com/blog/2011/2/28/speeding-up-table-view-cell-loading-with-uinib.html
使用每周 Tapku API 发现了一个令人惊叹的每周视图时间表系统 TapKu 每周视图
Found an amazing weekly view timetable system using the weekly tapku API TapKu weekly view