OC UITableViewCellStyle

原文链接:http://coding-is-kind-of-magic.blogspot.co.nz/2012/02/uitableview-has-some-build-in-styles.html

// 1 如何在tableview里插入图片

Cell.imageview.image = [UIImage imageNamed:@"imagename"];

 

// 2 UITableViewCellStyleValue1

3个元素 1.图片 2.标题 3.副标题 分别是: 1.cell.imageview 2.cell.textLabel 3.cell.detailTextLabel

 

// 3 UITableViewCellStyleValue1

posted on 2015-04-30 13:36  puppyb2m  阅读(164)  评论(0编辑  收藏  举报

导航