是否有任何 iOS 框架允许创建像这个应用程序这样的时间表:
http://itunes.apple.com/us/app/id335495816?mt=8
谢谢!
使用每周 tapku API TapKu 每周视图发现了一个惊人的每周视图时间表系统
我见过的最接近的(除非您像他们那样编写自定义视图)是 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