From dd1c44b787ec618dcce388bbc1eaabe718073bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=EC=B1=84=EC=9D=80?= Date: Wed, 20 Sep 2023 21:04:10 -0400 Subject: [PATCH] =?UTF-8?q?Chore=20[#242]=20=EB=A1=9C=ED=8B=B0=20=ED=8F=B4?= =?UTF-8?q?=EB=8D=94=EB=A7=81=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YELLO-iOS/YELLO-iOS.xcodeproj/project.pbxproj | 10 +++++++++- .../Main/View/RecommendingNavigationBarView.swift | 1 - .../Search/View/{ => Lottie}/spinner_loading.json | 0 3 files changed, 9 insertions(+), 2 deletions(-) rename YELLO-iOS/YELLO-iOS/Presentation/Recommending/Search/View/{ => Lottie}/spinner_loading.json (100%) diff --git a/YELLO-iOS/YELLO-iOS.xcodeproj/project.pbxproj b/YELLO-iOS/YELLO-iOS.xcodeproj/project.pbxproj index 8ac4ff57..294410fb 100644 --- a/YELLO-iOS/YELLO-iOS.xcodeproj/project.pbxproj +++ b/YELLO-iOS/YELLO-iOS.xcodeproj/project.pbxproj @@ -1308,7 +1308,7 @@ C31315AB2A7A5F8F00FB8B43 /* View */ = { isa = PBXGroup; children = ( - C390B8082A88D63000EA5A23 /* spinner_loading.json */, + C3C227E02ABB87740036BF2B /* Lottie */, C31315A72A7A5F7E00FB8B43 /* FriendSearchView.swift */, ); path = View; @@ -1649,6 +1649,14 @@ path = Response; sourceTree = ""; }; + C3C227E02ABB87740036BF2B /* Lottie */ = { + isa = PBXGroup; + children = ( + C390B8082A88D63000EA5A23 /* spinner_loading.json */, + ); + path = Lottie; + sourceTree = ""; + }; C3C560B92A8A6E410074E988 /* Search */ = { isa = PBXGroup; children = ( diff --git a/YELLO-iOS/YELLO-iOS/Presentation/Recommending/Main/View/RecommendingNavigationBarView.swift b/YELLO-iOS/YELLO-iOS/Presentation/Recommending/Main/View/RecommendingNavigationBarView.swift index b6b249b8..a51317a1 100644 --- a/YELLO-iOS/YELLO-iOS/Presentation/Recommending/Main/View/RecommendingNavigationBarView.swift +++ b/YELLO-iOS/YELLO-iOS/Presentation/Recommending/Main/View/RecommendingNavigationBarView.swift @@ -50,6 +50,5 @@ final class RecommendingNavigationBarView: BaseView { $0.centerY.equalToSuperview() $0.trailing.equalToSuperview().inset(16.adjustedWidth) } - } } diff --git a/YELLO-iOS/YELLO-iOS/Presentation/Recommending/Search/View/spinner_loading.json b/YELLO-iOS/YELLO-iOS/Presentation/Recommending/Search/View/Lottie/spinner_loading.json similarity index 100% rename from YELLO-iOS/YELLO-iOS/Presentation/Recommending/Search/View/spinner_loading.json rename to YELLO-iOS/YELLO-iOS/Presentation/Recommending/Search/View/Lottie/spinner_loading.json