拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
雷雷
取得資料時動態計算字串高度, 設定父控制項frame
相關方法: CGRect strRect = [str boundingRectWithSize:CGSizeMake(maxWidth, MAXFLOAT) options:NSStringDrawingUsesLineFragmentOrigin attributes:@{NSFontAttributeName : [UIFont systemFontOfSize: fontSize]} context:nil];
CGRect strRect = [str boundingRectWithSize:CGSizeMake(maxWidth, MAXFLOAT) options:NSStringDrawingUsesLineFragmentOrigin attributes:@{NSFontAttributeName : [UIFont systemFontOfSize: fontSize]} context:nil];
父視圖高度不給就可以了 內容會把它撐起來當然如果是cell需要自己計算
最下面的視圖的bottom等於父視圖的bottom
雷雷
取得資料時動態計算字串高度, 設定父控制項frame
相關方法:
CGRect strRect = [str boundingRectWithSize:CGSizeMake(maxWidth, MAXFLOAT) options:NSStringDrawingUsesLineFragmentOrigin attributes:@{NSFontAttributeName : [UIFont systemFontOfSize: fontSize]} context:nil];
父視圖高度不給就可以了 內容會把它撐起來
當然如果是cell需要自己計算
最下面的視圖的bottom等於父視圖的bottom