开发者

Can I really have just one column in UITableView?

From the docs:

A table view in the UIKit framework is limited to 开发者_JS百科a single column because it is designed for a device with a small screen.


Have look in the developer docuementation A Closer Look at Table-View Cells how to setup multiple columns in a table view cell.


Yes... unless you add subview in cell that looks like more than one column... i.e 2 label in each cell with same size and horizontally aliened can look like Table with 2 column...


What about putting another tableview next to that one and synchronize the movement (scrolling)? :)

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜