开发者

Showing the Delete button in UITableView

开发者 https://www.devze.com 2023-01-29 16:38 出处:网络
开发者_C百科I have a UITableView. When I move my mouse from right to left on cell it is not displaying the delete button.

开发者_C百科I have a UITableView.

When I move my mouse from right to left on cell it is not displaying the delete button.

Please tell me how to do this?


tableView:commitEditingStyle:forRowAtIndexPath:
tableView:canEditRowAtIndexPath:
tableView:editingStyleForRowAtIndexPath: 

I've found a topic of somebody that had the same problem as you.. See this thread

0

精彩评论

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