Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将 UITableViewCellEditingStyleInsert 默认图像更改为自定义创建的?
有没有简单的方法或者我应该创建一个自定义 UITableViewCell?
标准 API 不支持以任何方式自定义用于UITableViewCellEditingStyleInsert.
UITableViewCellEditingStyleInsert
您唯一的选择是使用您自己添加到单元格的按钮。您将无法使用UITableView. 当点击自定义按钮时,您需要将单元格的编辑样式设置为None并使用您自己的方法。
UITableView
None