We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3624101 commit 2635bd6Copy full SHA for 2635bd6
EATSSU/App/Sources/Presentation/Review/MainReviewView/MainReviewView.swift
@@ -68,11 +68,12 @@ final class MainReviewView: BaseUIView {
68
}
69
scrollView.snp.makeConstraints { make in
70
make.top.leading.trailing.equalTo(safeAreaLayoutGuide)
71
- make.bottom.equalTo(writingReviewButton.snp.top)
+ make.bottom.equalTo(writingReviewButton.snp.top).offset(-10)
72
73
contentView.snp.makeConstraints { make in
74
make.edges.equalTo(scrollView.contentLayoutGuide)
75
make.width.equalTo(scrollView.frameLayoutGuide)
76
+ // TODO: 수정 필요
77
make.height.equalTo(2000)
78
79
summaryView.snp.makeConstraints { make in
0 commit comments