开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜