开发者

How to I make TableView Cells spanning over multiple rows?

开发者 https://www.devze.com 2022-12-19 05:16 出处:网络
is there a way to create a tableview in which a cell may span over more than one row. As the two \"X\" here?

is there a way to create a tableview in which a cell may span over more than one row. As the two "X" here?

1 2 3 4 5
2 1 X 1 2
1 2 开发者_运维百科X 4 5


This scenario is only duplicate on first glimpse.

How should the above table be splitted into nested tables without misaligning columns? You would have to put the first row into a separate table which means that the columns to not say aligned. Imagine this:

1 222 3 4 5
2 1 X 1 2
1 2 X 4 5

You wont get both "4" cells aligned.

0

精彩评论

暂无评论...
验证码 换一张
取 消