From fe26505695a883d1ca2c5030516be1b61717b980 Mon Sep 17 00:00:00 2001 From: yungu0010 Date: Wed, 20 Jul 2022 14:29:00 +0900 Subject: [PATCH] =?UTF-8?q?[Chore]=20#150=20-=20=ED=8F=B4=EB=8D=94?= =?UTF-8?q?=EB=A7=81=20=EB=B0=8F=20=EB=A1=9C=EB=94=A9=20=EB=B7=B0=20?= =?UTF-8?q?=EA=B5=AC=ED=98=84=EC=97=90=20=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=ED=8C=8C=EC=9D=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HealthFoodMe.xcodeproj/project.pbxproj | 30 +++++++++++++++++-- .../VC/HelfmeAlert.storyboard | 0 .../VC/HelfmeAlertVC.swift | 0 .../Views/LogoutAlertView.swift | 0 .../Views/ReviewDeleteAlertView.swift | 0 .../Views/WithdrawalAlertView.swift | 0 .../HelfmeLoading/VC/HelfmeLoading.storyboard | 30 +++++++++++++++++++ .../HelfmeLoading/VC/HelfmeLoadingVC.swift | 20 +++++++++++++ 8 files changed, 77 insertions(+), 3 deletions(-) rename HealthFoodMe/HealthFoodMe/Presentation/Common/{HelpmeAlerts => HelfmeAlerts}/VC/HelfmeAlert.storyboard (100%) rename HealthFoodMe/HealthFoodMe/Presentation/Common/{HelpmeAlerts => HelfmeAlerts}/VC/HelfmeAlertVC.swift (100%) rename HealthFoodMe/HealthFoodMe/Presentation/Common/{HelpmeAlerts => HelfmeAlerts}/Views/LogoutAlertView.swift (100%) rename HealthFoodMe/HealthFoodMe/Presentation/Common/{HelpmeAlerts => HelfmeAlerts}/Views/ReviewDeleteAlertView.swift (100%) rename HealthFoodMe/HealthFoodMe/Presentation/Common/{HelpmeAlerts => HelfmeAlerts}/Views/WithdrawalAlertView.swift (100%) create mode 100644 HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeLoading/VC/HelfmeLoading.storyboard create mode 100644 HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeLoading/VC/HelfmeLoadingVC.swift diff --git a/HealthFoodMe/HealthFoodMe.xcodeproj/project.pbxproj b/HealthFoodMe/HealthFoodMe.xcodeproj/project.pbxproj index 85f661cb..3ab6c0c6 100644 --- a/HealthFoodMe/HealthFoodMe.xcodeproj/project.pbxproj +++ b/HealthFoodMe/HealthFoodMe.xcodeproj/project.pbxproj @@ -22,6 +22,8 @@ 3B723C932880074200822B7C /* ReviewDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B723C922880074200822B7C /* ReviewDataModel.swift */; }; 3B723CA32881AB8A00822B7C /* ReviewDetailVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B723CA22881AB8A00822B7C /* ReviewDetailVC.swift */; }; 3B723CA52881B36F00822B7C /* ReviewDetail.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3B723CA42881B36F00822B7C /* ReviewDetail.storyboard */; }; + 3B93ED4E2887C9CB00240434 /* HelfmeLoadingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B93ED4D2887C9CB00240434 /* HelfmeLoadingVC.swift */; }; + 3B93ED502887C9F900240434 /* HelfmeLoading.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 3B93ED4F2887C9F900240434 /* HelfmeLoading.storyboard */; }; 3B9EF0F028854053009DEEDE /* SocialLoginEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B9EF0EF28854053009DEEDE /* SocialLoginEntity.swift */; }; 3B9EF0FB2885D340009DEEDE /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B9EF0FA2885D340009DEEDE /* GoogleService-Info.plist */; }; 3B9EF0FE2885D372009DEEDE /* ReviewListEntity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3B9EF0FD2885D372009DEEDE /* ReviewListEntity.swift */; }; @@ -247,6 +249,8 @@ 3B723C922880074200822B7C /* ReviewDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReviewDataModel.swift; sourceTree = ""; }; 3B723CA22881AB8A00822B7C /* ReviewDetailVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReviewDetailVC.swift; sourceTree = ""; }; 3B723CA42881B36F00822B7C /* ReviewDetail.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = ReviewDetail.storyboard; sourceTree = ""; }; + 3B93ED4D2887C9CB00240434 /* HelfmeLoadingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelfmeLoadingVC.swift; sourceTree = ""; }; + 3B93ED4F2887C9F900240434 /* HelfmeLoading.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = HelfmeLoading.storyboard; sourceTree = ""; }; 3B9EF0EF28854053009DEEDE /* SocialLoginEntity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocialLoginEntity.swift; sourceTree = ""; }; 3B9EF0FA2885D340009DEEDE /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = ""; }; 3B9EF0FD2885D372009DEEDE /* ReviewListEntity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReviewListEntity.swift; sourceTree = ""; }; @@ -541,6 +545,23 @@ path = VC; sourceTree = ""; }; + 3B93ED4B2887C5D900240434 /* HelfmeLoading */ = { + isa = PBXGroup; + children = ( + 3B93ED4C2887C80200240434 /* VC */, + ); + path = HelfmeLoading; + sourceTree = ""; + }; + 3B93ED4C2887C80200240434 /* VC */ = { + isa = PBXGroup; + children = ( + 3B93ED4D2887C9CB00240434 /* HelfmeLoadingVC.swift */, + 3B93ED4F2887C9F900240434 /* HelfmeLoading.storyboard */, + ); + path = VC; + sourceTree = ""; + }; 3B9EF0EE28854039009DEEDE /* SocialLoginScene */ = { isa = PBXGroup; children = ( @@ -886,13 +907,13 @@ path = View; sourceTree = ""; }; - A93252BE288086BA001EDF50 /* HelpmeAlerts */ = { + A93252BE288086BA001EDF50 /* HelfmeAlerts */ = { isa = PBXGroup; children = ( A93252D72880B13A001EDF50 /* VC */, A93252D028809144001EDF50 /* Views */, ); - path = HelpmeAlerts; + path = HelfmeAlerts; sourceTree = ""; }; A93252D028809144001EDF50 /* Views */ = { @@ -1566,7 +1587,8 @@ EBF66A9F287227F500DE0ED1 /* Common */ = { isa = PBXGroup; children = ( - A93252BE288086BA001EDF50 /* HelpmeAlerts */, + 3B93ED4B2887C5D900240434 /* HelfmeLoading */, + A93252BE288086BA001EDF50 /* HelfmeAlerts */, EB033E82287B5B6E00C48FB9 /* UI Components */, EBF66AA0287227F500DE0ED1 /* Base */, ); @@ -1994,6 +2016,7 @@ files = ( FDC46A25288326AC00F62D20 /* splash_ios.json in Resources */, EB6A44C7287366DF00749582 /* .swiftlint.yml in Resources */, + 3B93ED502887C9F900240434 /* HelfmeLoading.storyboard in Resources */, 3B0B25582876BBE400950539 /* NotoSansCJKkr-Bold.otf in Resources */, 3B0B25572876BBE400950539 /* Pretendard-Medium.otf in Resources */, A9325280287DD272001EDF50 /* SearchResult.storyboard in Resources */, @@ -2159,6 +2182,7 @@ A90CFDD12885B4E70018AB94 /* SearchResultDataModel.swift in Sources */, EBA8C1552882ABB4009DBA49 /* AuthService.swift in Sources */, EBF66AF7287227F500DE0ED1 /* manageObserverAction.swift in Sources */, + 3B93ED4E2887C9CB00240434 /* HelfmeLoadingVC.swift in Sources */, FDCD5B452881ACC100EAEF51 /* LocationLiterals.swift in Sources */, EBF66B05287227F500DE0ED1 /* GeneralResponse.swift in Sources */, A93252CF2880913F001EDF50 /* HelfmeAlertVC.swift in Sources */, diff --git a/HealthFoodMe/HealthFoodMe/Presentation/Common/HelpmeAlerts/VC/HelfmeAlert.storyboard b/HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeAlerts/VC/HelfmeAlert.storyboard similarity index 100% rename from HealthFoodMe/HealthFoodMe/Presentation/Common/HelpmeAlerts/VC/HelfmeAlert.storyboard rename to HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeAlerts/VC/HelfmeAlert.storyboard diff --git a/HealthFoodMe/HealthFoodMe/Presentation/Common/HelpmeAlerts/VC/HelfmeAlertVC.swift b/HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeAlerts/VC/HelfmeAlertVC.swift similarity index 100% rename from HealthFoodMe/HealthFoodMe/Presentation/Common/HelpmeAlerts/VC/HelfmeAlertVC.swift rename to HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeAlerts/VC/HelfmeAlertVC.swift diff --git a/HealthFoodMe/HealthFoodMe/Presentation/Common/HelpmeAlerts/Views/LogoutAlertView.swift b/HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeAlerts/Views/LogoutAlertView.swift similarity index 100% rename from HealthFoodMe/HealthFoodMe/Presentation/Common/HelpmeAlerts/Views/LogoutAlertView.swift rename to HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeAlerts/Views/LogoutAlertView.swift diff --git a/HealthFoodMe/HealthFoodMe/Presentation/Common/HelpmeAlerts/Views/ReviewDeleteAlertView.swift b/HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeAlerts/Views/ReviewDeleteAlertView.swift similarity index 100% rename from HealthFoodMe/HealthFoodMe/Presentation/Common/HelpmeAlerts/Views/ReviewDeleteAlertView.swift rename to HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeAlerts/Views/ReviewDeleteAlertView.swift diff --git a/HealthFoodMe/HealthFoodMe/Presentation/Common/HelpmeAlerts/Views/WithdrawalAlertView.swift b/HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeAlerts/Views/WithdrawalAlertView.swift similarity index 100% rename from HealthFoodMe/HealthFoodMe/Presentation/Common/HelpmeAlerts/Views/WithdrawalAlertView.swift rename to HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeAlerts/Views/WithdrawalAlertView.swift diff --git a/HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeLoading/VC/HelfmeLoading.storyboard b/HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeLoading/VC/HelfmeLoading.storyboard new file mode 100644 index 00000000..dd79351e --- /dev/null +++ b/HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeLoading/VC/HelfmeLoading.storyboard @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeLoading/VC/HelfmeLoadingVC.swift b/HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeLoading/VC/HelfmeLoadingVC.swift new file mode 100644 index 00000000..33ed4818 --- /dev/null +++ b/HealthFoodMe/HealthFoodMe/Presentation/Common/HelfmeLoading/VC/HelfmeLoadingVC.swift @@ -0,0 +1,20 @@ +// +// HelfmeLoadingVC.swift +// HealthFoodMe +// +// Created by 강윤서 on 2022/07/20. +// + +import UIKit + +class HelfmeLoadingVC: UIView { + + /* + // Only override draw() if you perform custom drawing. + // An empty implementation adversely affects performance during animation. + override func draw(_ rect: CGRect) { + // Drawing code + } + */ + +}