sup框架 控件的约束

iconView.snp_makeConstraints { (make) -> Void in
    make.centerX.equalTo(view.snp_centerX)
    make.bottom.equalTo(view.snp_bottom).offset(-200)
    make.width.equalTo(90)
    make.height.equalTo(90)
}

你可能感兴趣的:(sup框架 控件的约束)