UITableView
iAdaChoi
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
tableView 索引值字体颜色和背景颜色
字体颜色: tableView.sectionIndexColor = COLORSTASTUS ; 背景颜色: tableView.sectionIndexBackgroundColor = COLORSTASTUS ;原创 2015-10-30 18:02:05 · 1030 阅读 · 0 评论 -
iOS tableHeaderView 图片或视图拉伸
- (void)scrollViewDidScroll:(UIScrollView *)scrollView { CGFloat yOffset = scrollView.contentOffset.y ; if (yOffset < 0) { CGRect rect = stretchImgV.fr原创 2016-07-13 14:13:16 · 634 阅读 · 0 评论
分享