如何在 iOS 中创建时间表?

发布于 2024-12-16 01:19:11 字数 183 浏览 4 评论 0原文

是否有任何 iOS 框架允许创建像这样的应用程序的时间表:

http: //itunes.apple.com/us/app/id335495816?mt=8

谢谢!

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

ら栖息 2024-12-23 01:19:11

我见过的最接近的(除非你像他们一样编写自定义视图)是 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

深居我梦 2024-12-23 01:19:11

使用每周 Tapku API 发现了一个令人惊叹的每周视图时间表系统 TapKu 每周视图

Found an amazing weekly view timetable system using the weekly tapku API TapKu weekly view

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文