随笔分类 -  iOS code part

摘要:+ (instancetype)cellWithTableView:(UITableView *)tableView{ static NSString *ID = @"Cell"; Cell *cell = [tableView dequeueReusableCellWithIdentifier... 阅读全文
posted @ 2014-08-30 12:51 oneBlackLee 阅读(252) 评论(0) 推荐(0)
摘要:UILabel自适应文字大小 UILabel*_lab = [[UILabelalloc]initWithFrame:CGRectMake(0,0,0,0)]; [_labsetText:msgStr]; //设置自动行数与字符换行 [_labsetNumberOfLines:0];... 阅读全文
posted @ 2014-08-19 18:21 oneBlackLee 阅读(247) 评论(0) 推荐(0)