拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...
으아악
데이터 획득 시 문자열 높이를 동적으로 계산하고 상위 제어 프레임을 설정합니다
관련 방법: 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];
부모 뷰의 높이가 주어지지 않는 한 콘텐츠가 이를 뒷받침합니다물론 셀인 경우 직접 계산해야 합니다
하단뷰의 하단은 상위뷰의 하단과 같습니다
으아악
데이터 획득 시 문자열 높이를 동적으로 계산하고 상위 제어 프레임을 설정합니다
관련 방법:
CGRect strRect = [str boundingRectWithSize:CGSizeMake(maxWidth, MAXFLOAT) options:NSStringDrawingUsesLineFragmentOrigin attributes:@{NSFontAttributeName : [UIFont systemFontOfSize: fontSize]} context:nil];
부모 뷰의 높이가 주어지지 않는 한 콘텐츠가 이를 뒷받침합니다
물론 셀인 경우 직접 계산해야 합니다
하단뷰의 하단은 상위뷰의 하단과 같습니다