开发者

split UITableView in iPhone

开发者 https://www.devze.com 2023-01-11 10:55 出处:网络
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 informati

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".

0

精彩评论

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