清除选中状态
在新进页面的时候
self.clearsSelectionOnViewWillAppear = YES;
或者选中时候
[tableView deselectRowAtIndexPath:indexPath animated:YES];
清除选中状态
在新进页面的时候
self.clearsSelectionOnViewWillAppear = YES;
或者选中时候
[tableView deselectRowAtIndexPath:indexPath animated:YES];
本文标题:UITableView学习
本文链接:https://www.haomeiwen.com/subject/aahnlttx.html
网友评论