摘要: //Xcode6.3以后label自适应需要添加两个属性 _tableView.rowHeight = UITableViewAutomaticDimension; //给予预计行高 _tableView.estimatedRowHeight = 44; 阅读全文
posted @ 2015-10-29 11:39 拿起放不下 阅读(200) 评论(0) 推荐(0) 编辑
摘要: #import "ViewController.h"@interface ViewController ()@property(nonatomic,strong)UITableView * tableVIew;@property(nonatomic,strong)UIImageView * head... 阅读全文
posted @ 2015-10-29 10:05 拿起放不下 阅读(462) 评论(0) 推荐(0) 编辑