开发者

iPhone - How to change the cell height of a tableview when touches it

开发者 https://www.devze.com 2023-02-09 14:12 出处:网络
In my table view i have different size of cells. Each cell has just some text. When a user touches a cell, i want to increase the height of the cell and add some buttons at the bottom of the text.

In my table view i have different size of cells. Each cell has just some text. When a user touches a cell, i want to increase the height of the cell and add some buttons at the bottom of the text. Can some one tell me how can I increase the size of the cell height and add some b开发者_如何学Pythonuttons at the bottom?


Can you animate a height change on a UITableViewCell when selected?

0

精彩评论

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