随笔分类 - iOS code part
摘要:+ (instancetype)cellWithTableView:(UITableView *)tableView{ static NSString *ID = @"Cell"; Cell *cell = [tableView dequeueReusableCellWithIdentifier...
阅读全文
摘要:UILabel自适应文字大小 UILabel*_lab = [[UILabelalloc]initWithFrame:CGRectMake(0,0,0,0)]; [_labsetText:msgStr]; //设置自动行数与字符换行 [_labsetNumberOfLines:0];...
阅读全文

浙公网安备 33010602011771号