【发布时间】:2011-11-30 12:58:01
【问题描述】:
我有一个要求,我必须显示一些根据它们所属的组进行区分的图像。我使用表格视图查看组下列出的图像。用户必须水平滚动才能查看特定组中的更多图像。 我们可以向 tableview 行添加滚动视图以允许用户水平滚动图像列表吗? 我搜索了一下,有些 cmets 说它在苹果的 HIG 中是不允许的,有些 cmets 说 You can add a UIScrollView to a UITableViewCell and as long as you set the contentSize property of the UIScrollView correctly then the UIScrollView will scroll correctly in the horizontal axis
我可以得到任何确认吗? 或者任何替代方法来实现不同数据的水平和垂直滚动而不使用 tableview
【问题讨论】:
标签: iphone ios uitableview uiscrollview horizontal-scrolling