Skip to content

Commit

Permalink
[Add] TeamSparker#40 - CreateRoom 파일 추가 및 Const 정의
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsubinn committed Jan 13, 2022
1 parent e17c034 commit 550ac23
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Spark-iOS/Spark-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
2B947204278CB00E005484C5 /* Futura Medium Italic.otf in Resources */ = {isa = PBXBuildFile; fileRef = 2B947201278CB00E005484C5 /* Futura Medium Italic.otf */; };
2B947205278CB00E005484C5 /* Futura Bold.otf in Resources */ = {isa = PBXBuildFile; fileRef = 2B947202278CB00E005484C5 /* Futura Bold.otf */; };
2B9851FD278FCBF400CE40A7 /* UILabel+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B9851FC278FCBF400CE40A7 /* UILabel+.swift */; };
2B9852032790310800CE40A7 /* CreateRoom.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2B9852022790310800CE40A7 /* CreateRoom.storyboard */; };
2B985205279031D000CE40A7 /* CreateRoomVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B985204279031D000CE40A7 /* CreateRoomVC.swift */; };
2BC1726D278E8F1000BA3029 /* UIView+.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC1726C278E8F1000BA3029 /* UIView+.swift */; };
2BC17270278F54DB00BA3029 /* WaitingVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BC1726F278F54DB00BA3029 /* WaitingVC.swift */; };
2BC17274278F56D100BA3029 /* Waiting.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 2BC17273278F56D100BA3029 /* Waiting.storyboard */; };
Expand Down Expand Up @@ -65,6 +67,8 @@
2B947201278CB00E005484C5 /* Futura Medium Italic.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Futura Medium Italic.otf"; sourceTree = "<group>"; };
2B947202278CB00E005484C5 /* Futura Bold.otf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "Futura Bold.otf"; sourceTree = "<group>"; };
2B9851FC278FCBF400CE40A7 /* UILabel+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UILabel+.swift"; sourceTree = "<group>"; };
2B9852022790310800CE40A7 /* CreateRoom.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = CreateRoom.storyboard; sourceTree = "<group>"; };
2B985204279031D000CE40A7 /* CreateRoomVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CreateRoomVC.swift; sourceTree = "<group>"; };
2BC1726C278E8F1000BA3029 /* UIView+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+.swift"; sourceTree = "<group>"; };
2BC1726F278F54DB00BA3029 /* WaitingVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WaitingVC.swift; sourceTree = "<group>"; };
2BC17273278F56D100BA3029 /* Waiting.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Waiting.storyboard; sourceTree = "<group>"; };
Expand Down Expand Up @@ -121,6 +125,22 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
2B9851FE27902F2B00CE40A7 /* Create */ = {
isa = PBXGroup;
children = (
2B985204279031D000CE40A7 /* CreateRoomVC.swift */,
);
path = Create;
sourceTree = "<group>";
};
2B98520127902F8900CE40A7 /* Create */ = {
isa = PBXGroup;
children = (
2B9852022790310800CE40A7 /* CreateRoom.storyboard */,
);
path = Create;
sourceTree = "<group>";
};
2BC1726E278F54B300BA3029 /* Waiting */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -263,6 +283,7 @@
F816F120278E1C550008ED00 /* Login */,
F80A3E59278C239F00728E07 /* TabBar */,
2BC17272278F56BA00BA3029 /* Waiting */,
2B98520127902F8900CE40A7 /* Create */,
);
path = Storyboards;
sourceTree = "<group>";
Expand All @@ -289,6 +310,7 @@
F82B2E10278F54C200219628 /* Splash */,
F816F123278E1C800008ED00 /* Login */,
2BC1726E278F54B300BA3029 /* Waiting */,
2B9851FE27902F2B00CE40A7 /* Create */,
F80A3E58278C22BA00728E07 /* TabBar */,
);
path = ViewControllers;
Expand Down Expand Up @@ -466,6 +488,7 @@
F82B2E0E278ED01F00219628 /* Splash.storyboard in Resources */,
F80A3E51278C1BCE00728E07 /* Feed.storyboard in Resources */,
2B947203278CB00E005484C5 /* Futura Medium.otf in Resources */,
2B9852032790310800CE40A7 /* CreateRoom.storyboard in Resources */,
F80A3E53278C1C0C00728E07 /* Storage.storyboard in Resources */,
F8096F0D2784107E00B71D38 /* Assets.xcassets in Resources */,
2B947205278CB00E005484C5 /* Futura Bold.otf in Resources */,
Expand Down Expand Up @@ -527,6 +550,7 @@
F82B2E0B278EBC4400219628 /* UserDefaultsKey.swift in Sources */,
F8096F3227841FE100B71D38 /* ViewController.swift in Sources */,
F8096F042784107D00B71D38 /* AppDelegate.swift in Sources */,
2B985205279031D000CE40A7 /* CreateRoomVC.swift in Sources */,
2B69E7E5278E22F4000F927F /* FeedHeaderView.swift in Sources */,
F80A3E55278C1C1F00728E07 /* StorageVC.swift in Sources */,
F8096F3A2784210A00B71D38 /* TempModel.swift in Sources */,
Expand Down
1 change: 1 addition & 0 deletions Spark-iOS/Spark-iOS/Resource/Constants/Storyboard.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ extension Const {
static let login = "Login"
static let splash = "Splash"
static let waiting = "Waiting"
static let createroom = "CreateRoom"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ extension Const {
static let login = "LoginVC"
static let splash = "SplashVC"
static let waiting = "WaitingVC"
static let createroom = "CreateRoomVC"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="19162" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<device id="retina6_1" orientation="portrait" appearance="light"/>
<dependencies>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19144"/>
<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>
<!--CreateRoomVC-->
<scene sceneID="s0d-6b-0kx">
<objects>
<viewController storyboardIdentifier="CreateRoomVC" title="CreateRoomVC" id="Y6W-OH-hqX" customClass="CreateRoomVC" customModule="Spark_iOS" customModuleProvider="target" 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>
<point key="canvasLocation" x="-25" y="131"/>
</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,29 @@
//
// CreateRoomVC.swift
// Spark-iOS
//
// Created by 양수빈 on 2022/01/13.
//

import UIKit

class CreateRoomVC: UIViewController {

override func viewDidLoad() {
super.viewDidLoad()

// Do any additional setup after loading the view.
}


/*
// MARK: - Navigation
// In a storyboard-based application, you will often want to do a little preparation before navigation
override func prepare(for segue: UIStoryboardSegue, sender: Any?) {
// Get the new view controller using segue.destination.
// Pass the selected object to the new view controller.
}
*/

}

0 comments on commit 550ac23

Please sign in to comment.