How to resize the UITableView cell width
How to resize the tableview cell width? I would like to add button in last cell, which is the normal UIButton
. I add the button to the cell, but how can I resize that cell开发者_开发问答?
Google is failed to show that..
If you mean to resize the textLabel of the cell, you can access it with cell.textLabel. Change its frame.
精彩评论