美文网首页
使用约束来自动填写button的宽度

使用约束来自动填写button的宽度

作者: hzy1314 | 来源:发表于2017-08-23 11:41 被阅读16次

[weakSelf.onePosition sd_setImageWithURL:[NSURL URLWithString:model.icon] forState:UIControlStateNormal completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL) {

if (image && image.size.height > 0) {

CGFloat width = (image.size.width / image.size.height) * weakSelf.onePosition.frame.size.height;

weakSelf.onePositionButtonWidth.constant = width;

}

}];

相关文章

网友评论

      本文标题: 使用约束来自动填写button的宽度

      本文链接:https://www.haomeiwen.com/subject/ypjddxtx.html