开发者

Custom UITableViewCellEditingStyle

开发者 https://www.devze.com 2023-01-09 03:20 出处:网络
Is it possible to create a custom UITableViewCellEditingStyle, say to change the the image/icon that appears next to each ro开发者_高级运维w and maybe what action it takes.

Is it possible to create a custom UITableViewCellEditingStyle, say to change the the image/icon that appears next to each ro开发者_高级运维w and maybe what action it takes.

Is it possible and if so how?


Yes, check out the editing & setEditing:animated: and willTransitionToState: of UITableViewCell. You will probably need a custom UITableViewCell subclass.

0

精彩评论

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