摘要:
tableview,如果数据量少时,会出现很多横线,为此添加footview,就可以去掉多余的横线。CGRect theFooterRect = theRect; theFooterRect.size.height -= 46; UIView * newFooterView = [[UIView alloc] initWithFrame:theFooterRect]; self.tableView... 阅读全文
posted @ 2010-11-30 16:26
fairycao
阅读(2523)
评论(0)
推荐(0)
浙公网安备 33010602011771号