|
@@ -118,8 +118,8 @@ class PQEditPublicTitleView: UIView {
|
|
|
backView.addSubview(titleCollectionView)
|
|
|
|
|
|
backView.snp.makeConstraints { make in
|
|
|
+ make.left.width.bottom.equalToSuperview()
|
|
|
make.height.equalTo(min(640, cScreenHeigth))
|
|
|
- make.width.height.bottom.equalToSuperview()
|
|
|
// make.width.equalTo(cScreenWidth)
|
|
|
// make.height.equalTo(min(640, cScreenHeigth))
|
|
|
// make.bottom.equalToSuperview()
|