去掉回退时被选种的行

来源:互联网 发布:西安软件新城最新消息 编辑:程序博客网 时间:2024/05/13 11:24

NSIndexPath *tableSelection = [myTableView indexPathForSelectedRow];

[myTableView deselectRowAtIndexPath:tableSelection animated:NO];