From 8d2cce3f57fbb292e82db3da5a0f11f6425214ec Mon Sep 17 00:00:00 2001 From: heejoo Date: Wed, 10 Jan 2024 23:16:38 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20#21=20-=20=EA=B8=B0=EA=B8=B0=EB=8C=80?= =?UTF-8?q?=EC=9D=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Presentation/Join/Views/JoinAgreeView.swift | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/DontBe-iOS/DontBe-iOS/Presentation/Join/Views/JoinAgreeView.swift b/DontBe-iOS/DontBe-iOS/Presentation/Join/Views/JoinAgreeView.swift index ff7433e9..4fbde1ae 100644 --- a/DontBe-iOS/DontBe-iOS/Presentation/Join/Views/JoinAgreeView.swift +++ b/DontBe-iOS/DontBe-iOS/Presentation/Join/Views/JoinAgreeView.swift @@ -109,34 +109,34 @@ extension JoinAgreeView { } allCheck.snp.makeConstraints { - $0.top.equalTo(descriptionLabel.snp.bottom).offset(55.adjusted) + $0.top.equalTo(descriptionLabel.snp.bottom).offset(55.adjustedH) $0.leading.trailing.equalToSuperview().inset(28.adjusted) $0.height.equalTo(32.adjusted) } middleDivisionLine.snp.makeConstraints { - $0.top.equalTo(allCheck.snp.bottom).offset(5.adjusted) + $0.top.equalTo(allCheck.snp.bottom).offset(5.adjustedH) $0.leading.trailing.equalToSuperview().inset(28.adjusted) $0.height.equalTo(1.adjusted) } firstCheckView.snp.makeConstraints { - $0.top.equalTo(allCheck.snp.bottom).offset(16.adjusted) + $0.top.equalTo(allCheck.snp.bottom).offset(16.adjustedH) $0.leading.trailing.height.equalTo(allCheck) } secondCheckView.snp.makeConstraints { - $0.top.equalTo(firstCheckView.snp.bottom).offset(16.adjusted) + $0.top.equalTo(firstCheckView.snp.bottom).offset(16.adjustedH) $0.leading.trailing.height.equalTo(allCheck) } thirdCheckView.snp.makeConstraints { - $0.top.equalTo(secondCheckView.snp.bottom).offset(16.adjusted) + $0.top.equalTo(secondCheckView.snp.bottom).offset(16.adjustedH) $0.leading.trailing.height.equalTo(allCheck) } fourthCheckView.snp.makeConstraints { - $0.top.equalTo(thirdCheckView.snp.bottom).offset(16.adjusted) + $0.top.equalTo(thirdCheckView.snp.bottom).offset(16.adjustedH) $0.leading.trailing.height.equalTo(allCheck) }