项目中用到的一些tabview 问题及对应方法:
一.cell
1.自定义cell获取选中的cell
NSIndexPath *indexPath = [tabView indexPathForSelectedRow];
UITableViewCell *cell = [tabView cellForRowAtIndexPath:indexPath]; cell.myLable.text= @"abc";
2.
原文:http://www.cnblogs.com/wusang/p/5619518.html
【说明】:本文章由站长整理发布,文章内容不代表本站观点,如文中有侵权行为,请与本站客服联系(QQ:254677821)!