UITableView

2016-05-12  本文已影响12人  himyfairy

1.从一个控制器pop出来后,取消cell的选中状态

self.clearsSelectionOnViewWillAppear = YES;
[self.tableView deselectRowAtIndexPath:[self.tableView indexPathForSelectedRow] animated:YES];
Simulator Screen Shot 2016年5月17日 13.43.31.png
上一篇下一篇

猜你喜欢

热点阅读