UITableView
kongyu_2013
ios开发
展开
-
ios7的UITableVIew按字母排序的索引怎么改成背景是透明的?
在ViewDidLoad里添加如下语句: if ([_tableView respondsToSelector:@selector(setSectionIndexColor:)]) { _tableView.sectionIndexBackgroundColor = [UIColor clearColor]; _tableView.sectionIndexTrackingBack转载 2014-03-11 17:47:09 · 1571 阅读 · 0 评论 -
动态调整UITableViewCell高度的实现方法
http://www.cocoachina.com/iphonedev/sdk/2011/0627/2983.html http://blog.sina.com.cn/s/blog_91e217ec0100wor5.html转载 2014-03-26 18:18:07 · 710 阅读 · 0 评论 -
uitable ios7 cell 横线左移
uitableView cell 的横线,左移 if ([_tableView respondsToSelector:@selector(setSeparatorInset:)]) { [_tableView setSeparatorInset:UIEdgeInsetsZero]; }转载 2014-09-23 08:55:27 · 1082 阅读 · 0 评论 -
uitableView 自带的刷新控件
uitableView 自带刷新控件,只需几行代码轻松搞定原创 2014-09-23 16:03:26 · 1395 阅读 · 0 评论 -
UItableView 或者UIcollectionview,点击cell时,无反应,
可能是页面中添加了手势,冲突了原创 2016-03-25 20:00:31 · 2646 阅读 · 0 评论