From da99026c9a89b367e9011537d433a665ea5eef83 Mon Sep 17 00:00:00 2001 From: yeonee Date: Thu, 22 Jan 2026 18:37:59 +0900 Subject: [PATCH 1/2] =?UTF-8?q?style:=20#157=20=EB=84=A4=EB=B9=84=EB=B0=94?= =?UTF-8?q?=20=EC=83=81=EB=8B=A8=20spacer=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Feature/Calendar/SelectTreatment/SelectTreatmentView.swift | 3 +++ .../Calendar/Treatment/View/NoTreatment/NoTreatmentView.swift | 3 +++ .../Calendar/Treatment/View/Treatment/TreatmentView.swift | 3 +++ .../Feature/ChallengeView/View/CreateChallengeView.swift | 3 +++ 4 files changed, 12 insertions(+) diff --git a/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/SelectTreatment/SelectTreatmentView.swift b/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/SelectTreatment/SelectTreatmentView.swift index ae70bc4f..d946e562 100644 --- a/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/SelectTreatment/SelectTreatmentView.swift +++ b/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/SelectTreatment/SelectTreatmentView.swift @@ -13,6 +13,9 @@ struct SelectTreatmentView: View { @ObservedObject var viewModel: SelectTreatmentViewModel var body: some View { + Spacer() + .frame(height: 20.adjustedH) + CherrishNavigationBar( title: "시술 여부 선택", leftButtonAction: { diff --git a/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/Treatment/View/NoTreatment/NoTreatmentView.swift b/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/Treatment/View/NoTreatment/NoTreatmentView.swift index f5db3ccb..e4d13735 100644 --- a/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/Treatment/View/NoTreatment/NoTreatmentView.swift +++ b/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/Treatment/View/NoTreatment/NoTreatmentView.swift @@ -14,6 +14,9 @@ struct NoTreatmentView: View { var body: some View { VStack(spacing: 0) { + Spacer() + .frame(height: 20.adjustedH) + CherrishNavigationBar( title: viewModel.state.title, leftButtonAction: { diff --git a/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/Treatment/View/Treatment/TreatmentView.swift b/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/Treatment/View/Treatment/TreatmentView.swift index aeba478d..118d113e 100644 --- a/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/Treatment/View/Treatment/TreatmentView.swift +++ b/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/Calendar/Treatment/View/Treatment/TreatmentView.swift @@ -14,6 +14,9 @@ struct TreatmentView: View { var body: some View { VStack(spacing: 0) { + Spacer() + .frame(height: 20.adjustedH) + CherrishNavigationBar( title: viewModel.state.title, leftButtonAction: { diff --git a/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/ChallengeView/View/CreateChallengeView.swift b/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/ChallengeView/View/CreateChallengeView.swift index f91ad008..10fcb031 100644 --- a/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/ChallengeView/View/CreateChallengeView.swift +++ b/Cherrish-iOS/Cherrish-iOS/Presentation/Feature/ChallengeView/View/CreateChallengeView.swift @@ -14,6 +14,9 @@ struct CreateChallengeView: View { var body: some View { VStack { + Spacer() + .frame(height: 20.adjustedH) + CherrishNavigationBar( isDisplayLeftButton: viewModel.viewState.isLeftButton, isDisplayRightButton: viewModel.viewState.isRightButton, From 9c6d867023ce97a5ff337464e0f19e7ff3ee13f5 Mon Sep 17 00:00:00 2001 From: yeonee Date: Thu, 22 Jan 2026 18:38:43 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20#157=20=EA=B0=80=EB=A1=9C=EB=AA=A8?= =?UTF-8?q?=EB=93=9C=20=EB=81=84=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cherrish-iOS/Cherrish-iOS.xcodeproj/project.pbxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cherrish-iOS/Cherrish-iOS.xcodeproj/project.pbxproj b/Cherrish-iOS/Cherrish-iOS.xcodeproj/project.pbxproj index b12d5091..53b54410 100644 --- a/Cherrish-iOS/Cherrish-iOS.xcodeproj/project.pbxproj +++ b/Cherrish-iOS/Cherrish-iOS.xcodeproj/project.pbxproj @@ -293,8 +293,8 @@ INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; INFOPLIST_KEY_UIUserInterfaceStyle = Light; IPHONEOS_DEPLOYMENT_TARGET = 17.6; LD_RUNPATH_SEARCH_PATHS = ( @@ -331,8 +331,8 @@ INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; INFOPLIST_KEY_UILaunchScreen_Generation = YES; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; - INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; + INFOPLIST_KEY_UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait; + INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown"; INFOPLIST_KEY_UIUserInterfaceStyle = Light; IPHONEOS_DEPLOYMENT_TARGET = 17.6; LD_RUNPATH_SEARCH_PATHS = (