且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在ios中的uitableview中自定义单元格编辑样式

更新时间:2022-12-28 18:16:04

您需要将UITableViewCell子类化并覆盖

You need to subclass UITableViewCell and override

setEditing:animated:
layoutSubviews

这应该可以预期的方式工作.

This should work in the expected way.