0

I just want to know what components to make this multiple and separated box like you can see here below, of course with each row can be tapped so that it can show something on next screen. thank you.

enter image description here

4

1 回答 1

2

这只是一个包含多个部分的 UITableView。您必须配置数据源以指定– numberOfSectionsInTableView:. – tableView:cellForRowAtIndexPath:并且– tableView:numberOfRowsInSection:还必须正确处理您的数据/UI 结构。

正如 rmaddy 在下面的评论中提到的,图像中的 tableview 的样式属性设置为 UITableViewStyleGrouped。

于 2013-09-27T18:35:03.130 回答