代码总结




CGRectZero



UITableView

UITableView cell.textLabel.font:<UICFFont: 0x6ca0820> font-family: "Helvetica"; font-weight: bold; font-style: normal; font-size: 0px

UITableView cell.textLabel:<UILabel: 0x13a2db50; frame = (0 0; 0 0); text = '231232131'; clipsToBounds = YES; userInteractionEnabled = NO; layer = <CALayer: 0x13a08880>>

一般默认是17号
 [UIFont boldSystemFontOfSize:17.0];

你可能感兴趣的:(代码总结)