码迷,mamicode.com
首页 > 移动开发 > 详细

iOS tableView的一些方法

时间:2016-06-27 11:53:25      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:

项目中用到的一些tabview 问题及对应方法:

一.cell

1.自定义cell获取选中的cell

NSIndexPath *indexPath = [tabView indexPathForSelectedRow];
UITableViewCell
*cell = [tabView cellForRowAtIndexPath:indexPath]; cell.myLable.text= @"abc";

2.

iOS tableView的一些方法

标签:

原文地址:http://www.cnblogs.com/wusang/p/5619518.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!