yehuaqiang

Results 6 comments of yehuaqiang

修改 - (void)layoutAutoHeightWidthView:(UIView *)view model:(SDAutoLayoutModel *)model { if ([view.autoHeightRatioValue floatValue] > 0) { view.height_sd = view.width_sd * [view.autoHeightRatioValue floatValue]; } else { if ([view isKindOfClass:[UILabel class]]) { UILabel *label =...