Skip to content

Commit

Permalink
[Chore] Health-Food-Me#150 - 폴더링 및 로딩 뷰 구현에 필요한 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yungu0010 committed Jul 20, 2022
1 parent a2fd081 commit fe26505
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 3 deletions.
30 changes: 27 additions & 3 deletions HealthFoodMe/HealthFoodMe.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */; };
Expand Down Expand Up @@ -247,6 +249,8 @@
3B723C922880074200822B7C /* ReviewDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReviewDataModel.swift; sourceTree = "<group>"; };
3B723CA22881AB8A00822B7C /* ReviewDetailVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReviewDetailVC.swift; sourceTree = "<group>"; };
3B723CA42881B36F00822B7C /* ReviewDetail.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = ReviewDetail.storyboard; sourceTree = "<group>"; };
3B93ED4D2887C9CB00240434 /* HelfmeLoadingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HelfmeLoadingVC.swift; sourceTree = "<group>"; };
3B93ED4F2887C9F900240434 /* HelfmeLoading.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = HelfmeLoading.storyboard; sourceTree = "<group>"; };
3B9EF0EF28854053009DEEDE /* SocialLoginEntity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SocialLoginEntity.swift; sourceTree = "<group>"; };
3B9EF0FA2885D340009DEEDE /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
3B9EF0FD2885D372009DEEDE /* ReviewListEntity.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ReviewListEntity.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -541,6 +545,23 @@
path = VC;
sourceTree = "<group>";
};
3B93ED4B2887C5D900240434 /* HelfmeLoading */ = {
isa = PBXGroup;
children = (
3B93ED4C2887C80200240434 /* VC */,
);
path = HelfmeLoading;
sourceTree = "<group>";
};
3B93ED4C2887C80200240434 /* VC */ = {
isa = PBXGroup;
children = (
3B93ED4D2887C9CB00240434 /* HelfmeLoadingVC.swift */,
3B93ED4F2887C9F900240434 /* HelfmeLoading.storyboard */,
);
path = VC;
sourceTree = "<group>";
};
3B9EF0EE28854039009DEEDE /* SocialLoginScene */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -886,13 +907,13 @@
path = View;
sourceTree = "<group>";
};
A93252BE288086BA001EDF50 /* HelpmeAlerts */ = {
A93252BE288086BA001EDF50 /* HelfmeAlerts */ = {
isa = PBXGroup;
children = (
A93252D72880B13A001EDF50 /* VC */,
A93252D028809144001EDF50 /* Views */,
);
path = HelpmeAlerts;
path = HelfmeAlerts;
sourceTree = "<group>";
};
A93252D028809144001EDF50 /* Views */ = {
Expand Down Expand Up @@ -1566,7 +1587,8 @@
EBF66A9F287227F500DE0ED1 /* Common */ = {
isa = PBXGroup;
children = (
A93252BE288086BA001EDF50 /* HelpmeAlerts */,
3B93ED4B2887C5D900240434 /* HelfmeLoading */,
A93252BE288086BA001EDF50 /* HelfmeAlerts */,
EB033E82287B5B6E00C48FB9 /* UI Components */,
EBF66AA0287227F500DE0ED1 /* Base */,
);
Expand Down Expand Up @@ -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 */,
Expand Down Expand Up @@ -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 */,
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17150" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17122"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="System colors in document resources" minToolsVersion="11.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="s0d-6b-0kx">
<objects>
<viewController id="Y6W-OH-hqX" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="5EZ-qb-Rvc">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="vDu-zF-Fre"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="Ief-a0-LHa" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
</scene>
</scenes>
<resources>
<systemColor name="systemBackgroundColor">
<color white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
</systemColor>
</resources>
</document>
Original file line number Diff line number Diff line change
@@ -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
}
*/

}

0 comments on commit fe26505

Please sign in to comment.