Commit 4542a96f authored by CZ1004's avatar CZ1004

【调整】调整权限的位置大小

parent 02db53bb
......@@ -61,7 +61,7 @@ class HomeCollectionViewHeader : UICollectionReusableView {
make.top.equalTo(self.progressBar.snp.bottom).offset(-92)
make.left.equalToSuperview().offset(-22)
make.right.equalToSuperview().offset(22)
make.height.equalTo(489)
make.height.equalTo(449)
}
......
......@@ -324,7 +324,7 @@ extension HomeView:WaterfallMutiSectionDelegate,UICollectionViewDataSource,UICol
if Singleton.shared.photoPermission == .authorized {
return CGSize(width: self.collectionView.width, height: 76)
}else{
return CGSize(width: self.collectionView.width, height: 423)
return CGSize(width: self.collectionView.width, height: 404)
}
}
return CGSize.zero
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment