cityingMa

通过indexPath找到对应的cell

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

这个方法中通过indexPath找到对应的cell,可以用UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath]来获取

posted on 2016-01-12 12:32  cityingMa  阅读(709)  评论(0编辑  收藏  举报

导航