From c0bcf9ffa5cf556adad31272e2ee9c39acf823ca Mon Sep 17 00:00:00 2001 From: Kim-jisoo11 Date: Mon, 17 May 2021 11:31:17 +0900 Subject: [PATCH] commit message --- .../Coinone-iOS.xcodeproj/project.pbxproj | 36 ++++++++++--------- Coinone-iOS/Coinone-iOS/Resource/Info.plist | 4 +-- .../Resource/Storyboards/My.storyboard | 33 ++++++++++++++--- .../ViewControllers/MyViewController.swift | 29 +++++++++++++++ 4 files changed, 80 insertions(+), 22 deletions(-) create mode 100644 Coinone-iOS/Coinone-iOS/Source/ViewControllers/MyViewController.swift diff --git a/Coinone-iOS/Coinone-iOS.xcodeproj/project.pbxproj b/Coinone-iOS/Coinone-iOS.xcodeproj/project.pbxproj index d87aa90..8fc925a 100644 --- a/Coinone-iOS/Coinone-iOS.xcodeproj/project.pbxproj +++ b/Coinone-iOS/Coinone-iOS.xcodeproj/project.pbxproj @@ -21,6 +21,7 @@ CCAA9A2B264FACDD008E50BF /* UIColor+.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCAA9A2A264FACDD008E50BF /* UIColor+.swift */; }; CCAA9A2E264FAEB9008E50BF /* CALayer+.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCAA9A2D264FAEB9008E50BF /* CALayer+.swift */; }; CCAA9A34264FAF68008E50BF /* UIView+.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCAA9A33264FAF68008E50BF /* UIView+.swift */; }; + E8F7A8DD264FB4260032A8BC /* MyViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8F7A8DC264FB4260032A8BC /* MyViewController.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -40,6 +41,7 @@ CCAA9A2D264FAEB9008E50BF /* CALayer+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CALayer+.swift"; sourceTree = ""; }; CCAA9A33264FAF68008E50BF /* UIView+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+.swift"; sourceTree = ""; }; E0AB500236EDF60103A408AE /* Pods_Coinone_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Coinone_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + E8F7A8DC264FB4260032A8BC /* MyViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MyViewController.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -77,21 +79,13 @@ CCA0ECC4264FA7A4001CC563 /* Coinone-iOS */ = { isa = PBXGroup; children = ( + E8F7A8DA264FB4090032A8BC /* Source */, CCAA9A1D264FAA2A008E50BF /* Resource */, - CCAA9A1A264FAA0C008E50BF /* Source */, CCA0ECD0264FA7A6001CC563 /* LaunchScreen.storyboard */, ); path = "Coinone-iOS"; sourceTree = ""; }; - CCAA9A1A264FAA0C008E50BF /* Source */ = { - isa = PBXGroup; - children = ( - CCAA9A1E264FAA6C008E50BF /* ViewControllers */, - ); - path = Source; - sourceTree = ""; - }; CCAA9A1D264FAA2A008E50BF /* Resource */ = { isa = PBXGroup; children = ( @@ -105,13 +99,6 @@ path = Resource; sourceTree = ""; }; - CCAA9A1E264FAA6C008E50BF /* ViewControllers */ = { - isa = PBXGroup; - children = ( - ); - path = ViewControllers; - sourceTree = ""; - }; CCAA9A1F264FAA7B008E50BF /* Storyboards */ = { isa = PBXGroup; children = ( @@ -133,6 +120,22 @@ path = Extensions; sourceTree = ""; }; + E8F7A8DA264FB4090032A8BC /* Source */ = { + isa = PBXGroup; + children = ( + E8F7A8DB264FB4150032A8BC /* ViewControllers */, + ); + path = Source; + sourceTree = ""; + }; + E8F7A8DB264FB4150032A8BC /* ViewControllers */ = { + isa = PBXGroup; + children = ( + E8F7A8DC264FB4260032A8BC /* MyViewController.swift */, + ); + path = ViewControllers; + sourceTree = ""; + }; ED714A03D33751BE4D1F86CA /* Frameworks */ = { isa = PBXGroup; children = ( @@ -278,6 +281,7 @@ CCAA9A34264FAF68008E50BF /* UIView+.swift in Sources */, CCAA9A2B264FACDD008E50BF /* UIColor+.swift in Sources */, CCA0ECC6264FA7A4001CC563 /* AppDelegate.swift in Sources */, + E8F7A8DD264FB4260032A8BC /* MyViewController.swift in Sources */, CCAA9A2E264FAEB9008E50BF /* CALayer+.swift in Sources */, CCA0ECC8264FA7A4001CC563 /* SceneDelegate.swift in Sources */, ); diff --git a/Coinone-iOS/Coinone-iOS/Resource/Info.plist b/Coinone-iOS/Coinone-iOS/Resource/Info.plist index 5b531f7..7173244 100644 --- a/Coinone-iOS/Coinone-iOS/Resource/Info.plist +++ b/Coinone-iOS/Coinone-iOS/Resource/Info.plist @@ -34,7 +34,7 @@ UISceneDelegateClassName $(PRODUCT_MODULE_NAME).SceneDelegate UISceneStoryboardFile - Main + My @@ -44,7 +44,7 @@ UILaunchStoryboardName LaunchScreen UIMainStoryboardFile - Main + My UIRequiredDeviceCapabilities armv7 diff --git a/Coinone-iOS/Coinone-iOS/Resource/Storyboards/My.storyboard b/Coinone-iOS/Coinone-iOS/Resource/Storyboards/My.storyboard index f9a048e..3492bed 100644 --- a/Coinone-iOS/Coinone-iOS/Resource/Storyboards/My.storyboard +++ b/Coinone-iOS/Coinone-iOS/Resource/Storyboards/My.storyboard @@ -1,7 +1,32 @@ - - + + + - + + + + - + + + + + + + + + + + + + + + + + + + + + + diff --git a/Coinone-iOS/Coinone-iOS/Source/ViewControllers/MyViewController.swift b/Coinone-iOS/Coinone-iOS/Source/ViewControllers/MyViewController.swift new file mode 100644 index 0000000..caa046d --- /dev/null +++ b/Coinone-iOS/Coinone-iOS/Source/ViewControllers/MyViewController.swift @@ -0,0 +1,29 @@ +// +// MyViewController.swift +// Coinone-iOS +// +// Created by 김지수 on 2021/05/15. +// + +import UIKit + +class MyViewController: 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. + } + */ + +}