开发者

How to resize the UITableView cell width

开发者 https://www.devze.com 2023-02-12 04:24 出处:网络
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开发者_开发问答?

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.

0

精彩评论

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