From 935e87d2c415965a68b6dfec663468bf55c5ae35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=ED=83=9C=ED=98=84?= Date: Tue, 31 Aug 2021 19:45:41 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8[FEAT]=20:=20=EB=A9=94=EC=9D=B8=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=20UI=20=EA=B5=AC=ED=98=84=20(#2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Basic-Exercise/Rx.xcodeproj/project.pbxproj | 4 + .../Storyboards/Base.lproj/Main.storyboard | 280 +++++++++++++++++- .../Rx/Source/Extensions/UIView+.swift | 2 +- .../Source/Views/VCs/MainViewController.swift | 42 +++ .../Rx/Source/Views/VCs/ViewController.swift | 2 - 5 files changed, 319 insertions(+), 11 deletions(-) create mode 100644 Basic-Exercise/Rx/Source/Views/VCs/MainViewController.swift diff --git a/Basic-Exercise/Rx.xcodeproj/project.pbxproj b/Basic-Exercise/Rx.xcodeproj/project.pbxproj index ca64ddd..1017b46 100644 --- a/Basic-Exercise/Rx.xcodeproj/project.pbxproj +++ b/Basic-Exercise/Rx.xcodeproj/project.pbxproj @@ -25,6 +25,7 @@ BD8CC47F26DE2A4000BCAEC3 /* XibSample.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8CC47E26DE2A4000BCAEC3 /* XibSample.swift */; }; BD8CC48126DE317400BCAEC3 /* UIView+.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8CC48026DE317400BCAEC3 /* UIView+.swift */; }; BD8CC48326DE31C500BCAEC3 /* CALayer+.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8CC48226DE31C500BCAEC3 /* CALayer+.swift */; }; + BD8CC48526DE327A00BCAEC3 /* MainViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD8CC48426DE327900BCAEC3 /* MainViewController.swift */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -49,6 +50,7 @@ BD8CC47E26DE2A4000BCAEC3 /* XibSample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XibSample.swift; sourceTree = ""; }; BD8CC48026DE317400BCAEC3 /* UIView+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+.swift"; sourceTree = ""; }; BD8CC48226DE31C500BCAEC3 /* CALayer+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CALayer+.swift"; sourceTree = ""; }; + BD8CC48426DE327900BCAEC3 /* MainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = ""; }; E2ECCA8A156648394D363D77 /* Pods-Rx.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Rx.debug.xcconfig"; path = "Target Support Files/Pods-Rx/Pods-Rx.debug.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ @@ -171,6 +173,7 @@ BD8CC46726DE292400BCAEC3 /* VCs */ = { isa = PBXGroup; children = ( + BD8CC48426DE327900BCAEC3 /* MainViewController.swift */, 7007CD8426D5916700104F3C /* ViewController.swift */, 7007CD9426D5947300104F3C /* ObservableViewController.swift */, 7007CD9626D5A76900104F3C /* TransfomationViewController.swift */, @@ -351,6 +354,7 @@ 7007CD9726D5A76900104F3C /* TransfomationViewController.swift in Sources */, BD8CC48326DE31C500BCAEC3 /* CALayer+.swift in Sources */, 7007CD8126D5916700104F3C /* AppDelegate.swift in Sources */, + BD8CC48526DE327A00BCAEC3 /* MainViewController.swift in Sources */, 7007CD8326D5916700104F3C /* SceneDelegate.swift in Sources */, BD8CC47726DE29F800BCAEC3 /* ModelSample.swift in Sources */, BD8CC48126DE317400BCAEC3 /* UIView+.swift in Sources */, diff --git a/Basic-Exercise/Rx/Resource/Storyboards/Base.lproj/Main.storyboard b/Basic-Exercise/Rx/Resource/Storyboards/Base.lproj/Main.storyboard index c81cc83..e8fdb65 100644 --- a/Basic-Exercise/Rx/Resource/Storyboards/Base.lproj/Main.storyboard +++ b/Basic-Exercise/Rx/Resource/Storyboards/Base.lproj/Main.storyboard @@ -1,6 +1,6 @@ - - + + @@ -8,12 +8,254 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - +