uitableView
amy376X
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
TableView,加载更多
把tableveiw 的footerview 在footer上添加加载更多 的button UIButton *btn=[UIButtonbuttonWithType:UIButtonTypeCustom]; [btnsetFrame:CGRectMake(0, 0, 320, 40)]; [btn setTitle:@"更多精彩" forS原创 2013-07-20 17:53:14 · 972 阅读 · 1 评论 -
让cell 在点击的时候,子视图不高亮显示
今天遇到这样的需求,让cell 在点击的时候 附加在cell上面的button不要高亮显示,在网上查了一下,解决这种问题的方法有这么几种1.- (void)setHighlighted:(BOOL)highlighted animated:(BOOL)animated{ [super setHighlighted:highlighted animated:animated];原创 2013-11-20 15:01:18 · 2567 阅读 · 0 评论 -
更改UITableView 的selectedBackgroundView 的大小
本文的 前景是这样的:我要把tableView 的cell 的样式zuo原创 2014-09-24 19:52:58 · 1786 阅读 · 0 评论
分享