这是我尝试使用 SnapKit 实现的目标,但由于明显的原因它无法编译。
contentView.snp.makeConstraints { (make) in
make.top.equalTo(scrollView).offset(scrollView.snp.height * 0.2) //ERROR - Binary operator cannot be applied to type ConstraintItem and Double
}
这是我尝试使用 SnapKit 实现的目标,但由于明显的原因它无法编译。
contentView.snp.makeConstraints { (make) in
make.top.equalTo(scrollView).offset(scrollView.snp.height * 0.2) //ERROR - Binary operator cannot be applied to type ConstraintItem and Double
}