美文网首页
SDautolayout

SDautolayout

作者: Torin76 | 来源:发表于2017-10-08 17:46 被阅读8次

宽度自适应

    self.registLabel.sd_layout
    .topSpaceToView(self.view, 0.43178*KScreenH)
    .leftEqualToView(verifyView)
    .heightIs(21);
    [self.registLabel setSingleLineAutoResizeWithMaxWidth:KScreenW];//固定高度宽度自适应

相关文章

网友评论

      本文标题:SDautolayout

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