Skip to content

Commit

Permalink
✨[FEAT] : 메인 화면 UI 구현 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taehyeon-Kim committed Aug 31, 2021
1 parent b3e59fd commit 935e87d
Show file tree
Hide file tree
Showing 5 changed files with 319 additions and 11 deletions.
4 changes: 4 additions & 0 deletions Basic-Exercise/Rx.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand All @@ -49,6 +50,7 @@
BD8CC47E26DE2A4000BCAEC3 /* XibSample.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XibSample.swift; sourceTree = "<group>"; };
BD8CC48026DE317400BCAEC3 /* UIView+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIView+.swift"; sourceTree = "<group>"; };
BD8CC48226DE31C500BCAEC3 /* CALayer+.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "CALayer+.swift"; sourceTree = "<group>"; };
BD8CC48426DE327900BCAEC3 /* MainViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainViewController.swift; sourceTree = "<group>"; };
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 = "<group>"; };
/* End PBXFileReference section */

Expand Down Expand Up @@ -171,6 +173,7 @@
BD8CC46726DE292400BCAEC3 /* VCs */ = {
isa = PBXGroup;
children = (
BD8CC48426DE327900BCAEC3 /* MainViewController.swift */,
7007CD8426D5916700104F3C /* ViewController.swift */,
7007CD9426D5947300104F3C /* ObservableViewController.swift */,
7007CD9626D5A76900104F3C /* TransfomationViewController.swift */,
Expand Down Expand Up @@ -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 */,
Expand Down
Loading

0 comments on commit 935e87d

Please sign in to comment.