想要类似于 iPhone 日历列表视图的功能吗?
我正在尝试复制 iPhone 日历中的列表视图。有没有简单的方法或示例代码可以开始?
请帮忙。谢谢大家的帮助..
I am trying to replicate the list view in iPhone Calendar. Is there a easy way or a sample code to start off with?
Kindly help. Thanks all for your help..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您想要的是带有部分的表格视图。使用 Apple 的表视图套件示例代码项目来获取一些好的示例。
What you want is a table view with sections. Use Apple's table view suite sample code project to get some good samples.