Skip to content

Commit c29bce7

Browse files
committed
πŸ’„ [style] μƒˆ 핏프티 등둝 간격 μˆ˜μ •
1 parent 9b6d41f commit c29bce7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

β€ŽFitfty/Projects/MainFeed/Sources/MyFitfty/ViewControllers/MyFitftyViewController.swiftβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ extension MyFitftyViewController {
411411
private func contentSectionLayout() -> NSCollectionLayoutSection? {
412412
let layoutSize = NSCollectionLayoutSize(
413413
widthDimension: .fractionalWidth(1),
414-
heightDimension: .absolute(UIScreen.main.bounds.width*0.936+55+64)
414+
heightDimension: .absolute(UIScreen.main.bounds.width*0.936+13+40+64)
415415
)
416416
let group = NSCollectionLayoutGroup.horizontal(
417417
layoutSize: .init(

β€ŽFitfty/Projects/MainFeed/Sources/MyFitfty/Views/UploadCody/ContentCell.swiftβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ final class ContentCell: UICollectionViewCell {
115115
contentView.addSubviews(codyImageView, backgroundButton, uploadPhotoButton,
116116
contentTextView, guidanceLabel, tapView)
117117
NSLayoutConstraint.activate([
118-
backgroundButton.topAnchor.constraint(equalTo: contentView.topAnchor, constant: 15),
118+
backgroundButton.topAnchor.constraint(equalTo: contentView.topAnchor, constant: 13),
119119
backgroundButton.leadingAnchor.constraint(equalTo: contentView.leadingAnchor),
120120
backgroundButton.trailingAnchor.constraint(equalTo: contentView.trailingAnchor),
121121
backgroundButton.heightAnchor.constraint(equalToConstant: UIScreen.main.bounds.width*0.936),
@@ -125,7 +125,7 @@ final class ContentCell: UICollectionViewCell {
125125
tapView.trailingAnchor.constraint(equalTo: backgroundButton.trailingAnchor),
126126
tapView.heightAnchor.constraint(equalTo: backgroundButton.heightAnchor),
127127

128-
codyImageView.topAnchor.constraint(equalTo: contentView.topAnchor, constant: 15),
128+
codyImageView.topAnchor.constraint(equalTo: contentView.topAnchor, constant: 13),
129129
codyImageView.leadingAnchor.constraint(equalTo: contentView.leadingAnchor),
130130
codyImageView.trailingAnchor.constraint(equalTo: contentView.trailingAnchor),
131131
codyImageView.heightAnchor.constraint(equalTo: backgroundButton.heightAnchor),

0 commit comments

Comments
Β (0)