Explorar el Código

删除不使用代码

jsonwang hace 3 años
padre
commit
5b7d7f1699

+ 1 - 9
BFFramework/Classes/Stuckpoint/View/PQEditPublicTitleView.swift

@@ -153,15 +153,7 @@ class PQEditPublicTitleView: UIView {
             make.height.equalTo(542 - cAKSafeAreaHeight)
             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()
     }