您的位置:首页 > 移动开发 > IOS开发

iOS TableView didSelectRowAtIndexPath选中某Cell后获取其Cell实例对象

2014-07-31 17:45 711 查看
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath{

UITableViewCell *cell = [tableView cellForRowAtIndexPath:indexPath];
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐