现在的位置: 首页 > 综合 > 正文

取消tableView选中效果

2017年12月28日 ⁄ 综合 ⁄ 共 148字 ⁄ 字号 评论关闭

- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {

 [tableView deselectRowAtIndexPath:indexPath animated:YES]; 

抱歉!评论已关闭.