XCode: Setting up multiple UITableView columns

后端 未结 3 1177
天命终不由人
天命终不由人 2021-01-24 14:27

I haven\'t found a good answer to this, and I must be dense, but...

I\'m trying to get a table view set up with an image and a label in each row. The image would be an

3条回答
  •  心在旅途
    2021-01-24 14:54

    Your best course of action is to create your own custom UITableViewCell and specifically design it to include an image and a text label. Anything beyond that means you're going to have to start subclassing UITableView which isn't for the faint of heart. Another option is to look into a 3rd party library such as AQGridView.

提交回复
热议问题