10 2012 档案

摘要:一 . Plain类型的:做法cell 的backgroupView 是设置的 57 pix,在此基础上 在方法willDisplayCell 中cell.backgroundView添加一个高为55Pix的view 作为背景这样就有了 2pix的 cell 下边框了-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{ return 57.0;}-(void)tableView:(UITableView *)tableView willDisplayCell. 阅读全文
posted @ 2012-10-10 15:42 zander 阅读(4913) 评论(0) 推荐(0)