|
@@ -153,15 +153,7 @@ class PQEditPublicTitleView: UIView {
|
|
make.height.equalTo(542 - cAKSafeAreaHeight)
|
|
make.height.equalTo(542 - cAKSafeAreaHeight)
|
|
make.top.equalTo(inputBgView.snp_bottom).offset(10)
|
|
make.top.equalTo(inputBgView.snp_bottom).offset(10)
|
|
}
|
|
}
|
|
-
|
|
|
|
-// for i in 0 ... 10 {
|
|
|
|
-// if(i % 2 == 0){
|
|
|
|
-// titles.append("\(i)1111")
|
|
|
|
-// }else{ titles.append("\(i)322222232222222222232222222222232222222222232222222222232222222222232222222222232222222223222222222222")}
|
|
|
|
-//
|
|
|
|
-//
|
|
|
|
-// }
|
|
|
|
-
|
|
|
|
|
|
+
|
|
titleCollectionView.reloadData()
|
|
titleCollectionView.reloadData()
|
|
}
|
|
}
|
|
|
|
|