Skip to content

Commit

Permalink
commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-jisoo11 committed May 17, 2021
1 parent ef46205 commit c0bcf9f
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 22 deletions.
36 changes: 20 additions & 16 deletions Coinone-iOS/Coinone-iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -40,6 +41,7 @@
CCAA9A2D264FAEB9008E50BF /* CALayer+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CALayer+.swift"; sourceTree = "<group>"; };
CCAA9A33264FAF68008E50BF /* UIView+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+.swift"; sourceTree = "<group>"; };
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 = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -77,21 +79,13 @@
CCA0ECC4264FA7A4001CC563 /* Coinone-iOS */ = {
isa = PBXGroup;
children = (
E8F7A8DA264FB4090032A8BC /* Source */,
CCAA9A1D264FAA2A008E50BF /* Resource */,
CCAA9A1A264FAA0C008E50BF /* Source */,
CCA0ECD0264FA7A6001CC563 /* LaunchScreen.storyboard */,
);
path = "Coinone-iOS";
sourceTree = "<group>";
};
CCAA9A1A264FAA0C008E50BF /* Source */ = {
isa = PBXGroup;
children = (
CCAA9A1E264FAA6C008E50BF /* ViewControllers */,
);
path = Source;
sourceTree = "<group>";
};
CCAA9A1D264FAA2A008E50BF /* Resource */ = {
isa = PBXGroup;
children = (
Expand All @@ -105,13 +99,6 @@
path = Resource;
sourceTree = "<group>";
};
CCAA9A1E264FAA6C008E50BF /* ViewControllers */ = {
isa = PBXGroup;
children = (
);
path = ViewControllers;
sourceTree = "<group>";
};
CCAA9A1F264FAA7B008E50BF /* Storyboards */ = {
isa = PBXGroup;
children = (
Expand All @@ -133,6 +120,22 @@
path = Extensions;
sourceTree = "<group>";
};
E8F7A8DA264FB4090032A8BC /* Source */ = {
isa = PBXGroup;
children = (
E8F7A8DB264FB4150032A8BC /* ViewControllers */,
);
path = Source;
sourceTree = "<group>";
};
E8F7A8DB264FB4150032A8BC /* ViewControllers */ = {
isa = PBXGroup;
children = (
E8F7A8DC264FB4260032A8BC /* MyViewController.swift */,
);
path = ViewControllers;
sourceTree = "<group>";
};
ED714A03D33751BE4D1F86CA /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -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 */,
);
Expand Down
4 changes: 2 additions & 2 deletions Coinone-iOS/Coinone-iOS/Resource/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<key>UISceneDelegateClassName</key>
<string>$(PRODUCT_MODULE_NAME).SceneDelegate</string>
<key>UISceneStoryboardFile</key>
<string>Main</string>
<string>My</string>
</dict>
</array>
</dict>
Expand All @@ -44,7 +44,7 @@
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIMainStoryboardFile</key>
<string>Main</string>
<string>My</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
Expand Down
33 changes: 29 additions & 4 deletions Coinone-iOS/Coinone-iOS/Resource/Storyboards/My.storyboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,32 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="13142" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES">
<?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="17701" 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="12042"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="17703"/>
<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/>
<scenes>
<!--My View Controller-->
<scene sceneID="ET0-5G-So6">
<objects>
<viewController id="ldg-o8-7ml" customClass="MyViewController" customModule="Coinone_iOS" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="sIa-Vj-nd6">
<rect key="frame" x="0.0" y="0.0" width="414" height="896"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<viewLayoutGuide key="safeArea" id="F3e-5P-Cap"/>
<color key="backgroundColor" systemColor="systemBackgroundColor"/>
</view>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="ceZ-Xc-ukc" userLabel="First Responder" customClass="UIResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="-8" y="12"/>
</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 @@
//
// 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.
}
*/

}

0 comments on commit c0bcf9f

Please sign in to comment.