- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
// ------点击单元格之后,让其自动弹起
[tableView deselectRowAtIndexPath:indexPath animated:YES];
}
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
// ------点击单元格之后,让其自动弹起
[tableView deselectRowAtIndexPath:indexPath animated:YES];
}
本文标题:3、TableView点击Cell之后,让其自动弹起
本文链接:https://www.haomeiwen.com/subject/euaokttx.html
网友评论