开发者

Iphone: How can I make a grouped table NOT "move" when entering editing mode?

开发者 https://www.devze.com 2023-01-10 14:11 出处:网络
I have a grouped tableview with two sections, and I want the cells (in editing mode) to look like the \"add stocks view\" in the stocks application from Apple. I want the delete button to be positione

I have a grouped tableview with two sections, and I want the cells (in editing mode) to look like the "add stocks view" in the stocks application from Apple. I want the delete button to be positioned directly over the cells, and not to the le开发者_如何学Pythonft of the cells.

Any ideas on how to do this?


Try implementing tableView:shouldIndentWhileEditingRowAtIndexPath: in table delegate and return NO from it.

0

精彩评论

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