Skip to content

Commit

Permalink
Login&SignUp 퍼블리싱
Browse files Browse the repository at this point in the history
로그인창, 회원가입창
  • Loading branch information
pji-min committed Aug 15, 2024
1 parent e3807f6 commit 109e7ef
Show file tree
Hide file tree
Showing 21 changed files with 551 additions and 62 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added 10_CMD_iOS/.DS_Store
Binary file not shown.
52 changes: 32 additions & 20 deletions 10_CMD_iOS/10_CMD_iOS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
/* Begin PBXBuildFile section */
35A553402C6A1F93006F251F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A5533F2C6A1F93006F251F /* AppDelegate.swift */; };
35A553422C6A1F93006F251F /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A553412C6A1F93006F251F /* SceneDelegate.swift */; };
35A553442C6A1F93006F251F /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A553432C6A1F93006F251F /* ViewController.swift */; };
35A553472C6A1F93006F251F /* Base in Resources */ = {isa = PBXBuildFile; fileRef = 35A553462C6A1F93006F251F /* Base */; };
35A553442C6A1F93006F251F /* LoginViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A553432C6A1F93006F251F /* LoginViewController.swift */; };
35A553492C6A1F95006F251F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 35A553482C6A1F95006F251F /* Assets.xcassets */; };
35A5534C2C6A1F95006F251F /* Base in Resources */ = {isa = PBXBuildFile; fileRef = 35A5534B2C6A1F95006F251F /* Base */; };
35A553572C6A1F95006F251F /* _0_CMD_iOSTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A553562C6A1F95006F251F /* _0_CMD_iOSTests.swift */; };
35A553612C6A1F95006F251F /* _0_CMD_iOSUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A553602C6A1F95006F251F /* _0_CMD_iOSUITests.swift */; };
35A553632C6A1F95006F251F /* _0_CMD_iOSUITestsLaunchTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35A553622C6A1F95006F251F /* _0_CMD_iOSUITestsLaunchTests.swift */; };
4FD69C04253412A6742AD524 /* Pods_10_CMD_iOSTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AE0D08912E9A271364CE653A /* Pods_10_CMD_iOSTests.framework */; };
559B143F2C6B6A010043F98E /* SignUpViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 559B143E2C6B6A010043F98E /* SignUpViewController.swift */; };
82191AD8FF30AA328B5AA0CE /* Pods_10_CMD_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 45632459C4739234C5EDFBFD /* Pods_10_CMD_iOS.framework */; };
BE32438EE662ABD6B98CA470 /* Pods_10_CMD_iOS_10_CMD_iOSUITests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DDC2FBAECE1DA9F6ABB4E8E3 /* Pods_10_CMD_iOS_10_CMD_iOSUITests.framework */; };
/* End PBXBuildFile section */
Expand All @@ -43,8 +43,7 @@
35A5533C2C6A1F93006F251F /* 10_CMD_iOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = 10_CMD_iOS.app; sourceTree = BUILT_PRODUCTS_DIR; };
35A5533F2C6A1F93006F251F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
35A553412C6A1F93006F251F /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
35A553432C6A1F93006F251F /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
35A553462C6A1F93006F251F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
35A553432C6A1F93006F251F /* LoginViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginViewController.swift; sourceTree = "<group>"; };
35A553482C6A1F95006F251F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
35A5534B2C6A1F95006F251F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
35A5534D2C6A1F95006F251F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
Expand All @@ -54,6 +53,7 @@
35A553602C6A1F95006F251F /* _0_CMD_iOSUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _0_CMD_iOSUITests.swift; sourceTree = "<group>"; };
35A553622C6A1F95006F251F /* _0_CMD_iOSUITestsLaunchTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _0_CMD_iOSUITestsLaunchTests.swift; sourceTree = "<group>"; };
45632459C4739234C5EDFBFD /* Pods_10_CMD_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_10_CMD_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; };
559B143E2C6B6A010043F98E /* SignUpViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = SignUpViewController.swift; path = /Users/jiminzzang/Desktop/10_CMD_iOS/10_CMD_iOS/10_CMD_iOS/VC/SignUpViewController.swift; sourceTree = "<absolute>"; };
803FD702411BB3C5FB0DA9FD /* Pods-10_CMD_iOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-10_CMD_iOSTests.debug.xcconfig"; path = "Target Support Files/Pods-10_CMD_iOSTests/Pods-10_CMD_iOSTests.debug.xcconfig"; sourceTree = "<group>"; };
8E112FFA00B1E31575B11711 /* Pods-10_CMD_iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-10_CMD_iOS.debug.xcconfig"; path = "Target Support Files/Pods-10_CMD_iOS/Pods-10_CMD_iOS.debug.xcconfig"; sourceTree = "<group>"; };
99F7BA657FD1E4B7F190727D /* Pods-10_CMD_iOS-10_CMD_iOSUITests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-10_CMD_iOS-10_CMD_iOSUITests.release.xcconfig"; path = "Target Support Files/Pods-10_CMD_iOS-10_CMD_iOSUITests/Pods-10_CMD_iOS-10_CMD_iOSUITests.release.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -129,10 +129,8 @@
35A5533E2C6A1F93006F251F /* 10_CMD_iOS */ = {
isa = PBXGroup;
children = (
35A5533F2C6A1F93006F251F /* AppDelegate.swift */,
35A553412C6A1F93006F251F /* SceneDelegate.swift */,
35A553432C6A1F93006F251F /* ViewController.swift */,
35A553452C6A1F93006F251F /* Main.storyboard */,
55EC67CA2C6A2204006006FC /* VC */,
55EC67CB2C6A220F006006FC /* Delegate */,
35A553482C6A1F95006F251F /* Assets.xcassets */,
35A5534A2C6A1F95006F251F /* LaunchScreen.storyboard */,
35A5534D2C6A1F95006F251F /* Info.plist */,
Expand All @@ -157,6 +155,24 @@
path = 10_CMD_iOSUITests;
sourceTree = "<group>";
};
55EC67CA2C6A2204006006FC /* VC */ = {
isa = PBXGroup;
children = (
35A553432C6A1F93006F251F /* LoginViewController.swift */,
559B143E2C6B6A010043F98E /* SignUpViewController.swift */,
);
path = VC;
sourceTree = "<group>";
};
55EC67CB2C6A220F006006FC /* Delegate */ = {
isa = PBXGroup;
children = (
35A5533F2C6A1F93006F251F /* AppDelegate.swift */,
35A553412C6A1F93006F251F /* SceneDelegate.swift */,
);
path = Delegate;
sourceTree = "<group>";
};
874B3D1EDCE591EBE6B43A5A /* Frameworks */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -185,6 +201,8 @@
dependencies = (
);
name = 10_CMD_iOS;
packageProductDependencies = (
);
productName = 10_CMD_iOS;
productReference = 35A5533C2C6A1F93006F251F /* 10_CMD_iOS.app */;
productType = "com.apple.product-type.application";
Expand Down Expand Up @@ -260,6 +278,8 @@
Base,
);
mainGroup = 35A553332C6A1F93006F251F;
packageReferences = (
);
productRefGroup = 35A5533D2C6A1F93006F251F /* Products */;
projectDirPath = "";
projectRoot = "";
Expand All @@ -278,7 +298,6 @@
files = (
35A553492C6A1F95006F251F /* Assets.xcassets in Resources */,
35A5534C2C6A1F95006F251F /* Base in Resources */,
35A553472C6A1F93006F251F /* Base in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -406,7 +425,8 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
35A553442C6A1F93006F251F /* ViewController.swift in Sources */,
559B143F2C6B6A010043F98E /* SignUpViewController.swift in Sources */,
35A553442C6A1F93006F251F /* LoginViewController.swift in Sources */,
35A553402C6A1F93006F251F /* AppDelegate.swift in Sources */,
35A553422C6A1F93006F251F /* SceneDelegate.swift in Sources */,
);
Expand Down Expand Up @@ -445,14 +465,6 @@
/* End PBXTargetDependency section */

/* Begin PBXVariantGroup section */
35A553452C6A1F93006F251F /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
35A553462C6A1F93006F251F /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
35A5534A2C6A1F95006F251F /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
Expand Down Expand Up @@ -593,10 +605,10 @@
CURRENT_PROJECT_VERSION = 1;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
IBSC_FLATTEN_NIBS = NO;
INFOPLIST_FILE = 10_CMD_iOS/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
Expand All @@ -622,10 +634,10 @@
CURRENT_PROJECT_VERSION = 1;
ENABLE_USER_SCRIPT_SANDBOXING = NO;
GENERATE_INFOPLIST_FILE = YES;
IBSC_FLATTEN_NIBS = NO;
INFOPLIST_FILE = 10_CMD_iOS/Info.plist;
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
INFOPLIST_KEY_UILaunchStoryboardName = LaunchScreen;
INFOPLIST_KEY_UIMainStoryboardFile = Main;
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
LD_RUNPATH_SEARCH_PATHS = (
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"originHash" : "4cdad746817ac9ed37e44dbe90a2ff25fc018954899b7d513e41a4bfc70f065a",
"pins" : [
{
"identity" : "snapkit",
"kind" : "remoteSourceControl",
"location" : "https://github.com/SnapKit/SnapKit",
"state" : {
"revision" : "2842e6e84e82eb9a8dac0100ca90d9444b0307f4",
"version" : "5.7.1"
}
}
],
"version" : 3
}
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SchemeUserState</key>
<dict>
<key>10_CMD_iOS.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
</dict>
<key>SnapKitPlayground (Playground) 1.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>3</integer>
</dict>
<key>SnapKitPlayground (Playground) 10.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>11</integer>
</dict>
<key>SnapKitPlayground (Playground) 11.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>12</integer>
</dict>
<key>SnapKitPlayground (Playground) 12.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>13</integer>
</dict>
<key>SnapKitPlayground (Playground) 13.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>14</integer>
</dict>
<key>SnapKitPlayground (Playground) 14.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>15</integer>
</dict>
<key>SnapKitPlayground (Playground) 2.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>4</integer>
</dict>
<key>SnapKitPlayground (Playground) 3.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>0</integer>
</dict>
<key>SnapKitPlayground (Playground) 4.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>5</integer>
</dict>
<key>SnapKitPlayground (Playground) 5.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>6</integer>
</dict>
<key>SnapKitPlayground (Playground) 6.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>7</integer>
</dict>
<key>SnapKitPlayground (Playground) 7.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>8</integer>
</dict>
<key>SnapKitPlayground (Playground) 8.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>9</integer>
</dict>
<key>SnapKitPlayground (Playground) 9.xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>10</integer>
</dict>
<key>SnapKitPlayground (Playground).xcscheme</key>
<dict>
<key>isShown</key>
<false/>
<key>orderHint</key>
<integer>2</integer>
</dict>
</dict>
</dict>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "eyeoff.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions 10_CMD_iOS/10_CMD_iOS/Assets.xcassets/eyeOn.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "eyeon.svg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"colors" : [
{
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "0x8D",
"green" : "0x8D",
"red" : "0x8D"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
//
// AppDelegate.swift
// 10_CMD_iOS
//
// Created by 손희찬 on 8/12/24.
//

import UIKit

@main
Expand Down
Loading

0 comments on commit 109e7ef

Please sign in to comment.