split UITableView in iPhone
In the amazon iphone app home page there is a grouped table view that has two cells on one row. How can I recreate开发者_JS百科 this?
I would expect, that it is one cell, that shows different information. You can find a lot of informations about customizing UITableViewCells
- iPhone Tutorial: Creating a custom Table View Cell
- Customize that UIViewCell – Part 1: Using Interface Builder
Go to your interface builder, click on your TableView and press command+1 to bring up the Table View Attributes. There on the first section Table View Style. Change it to "grouped".
精彩评论