Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

week7-assignment #10

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
3582924
#5 ✨ Header κ΅¬ν˜„
seondal Nov 16, 2021
9a267c9
#5 βž• ContentData ꡬ쑰체 생성
seondal Nov 16, 2021
65d0e99
#5 ✨ Home ν…Œμ΄λΈ”λ·° μ…€ ꡬ성 및 데이터 μΆ”κ°€
seondal Nov 16, 2021
267e3b3
#5 ✨ TableView μ™„μ„±
seondal Nov 16, 2021
2b29801
#5 HomeTableViewCell
seondal Dec 22, 2021
b0d8933
:sparkles: [Feat] HomeCollectionViewCell #5
seondal Dec 22, 2021
fb4ec80
:sparkles: [Feat] TagCollectionView
seondal Dec 22, 2021
26a6892
:hammer: : [Fix] TagCollectionViewCell : 컨텐츠에 따라 μ…€ κ°€λ‘œκΈΈμ΄ μžλ™μœΌλ‘œ μ„€μ • #5
seondal Dec 23, 2021
9e48d78
:heavy_plus_sign: [Add] TagCVC : tagLayout μΆ”κ°€ #5
seondal Dec 23, 2021
b3307d9
:sparkles: [Feat] Initial VIew HomeVC 둜 λ³€κ²½
seondal Dec 24, 2021
af941f4
:sparkles: [Feat] homeVC -> loginVC λ„˜μ–΄κ°€κΈ° #7
seondal Dec 24, 2021
3fc864d
:heavy_plus_sign: [ADD] Alamofire #7
seondal Dec 24, 2021
60f299a
:heavy_plus_sign: [ADD] Allow Arbitrary Loads (YES) #7
seondal Dec 24, 2021
e10a17c
:heavy_plus_sign: [ADD] APIConstants.swift #7
seondal Dec 24, 2021
4c2ef96
:heavy_plus_sign: [ADD] LoginResponseDataModel #7
seondal Dec 24, 2021
c72db98
#7 둜그인 ν†΅μ‹ λ•Œ μ‚¬μš©ν•  ν•¨μˆ˜ μ •μ˜
seondal Dec 24, 2021
79b5071
#7 μš”μ²­μ„œ 생성
seondal Dec 24, 2021
d92520e
#7 dataResponse 에 톡신 κ²°κ³Ό λ‹΄κΈ°
seondal Dec 24, 2021
e7f2489
#7 judgiLoginStauts : μ‘λ‹΅μ‹€νŒ¨ λΆ„κΈ°μ²˜λ¦¬ ν•¨μˆ˜
seondal Dec 24, 2021
3dcba4c
#7 isValidLoginData : 데이터 처리
seondal Dec 24, 2021
63aa8cb
#7 simpleAlert
seondal Dec 24, 2021
75b48c9
#7 requestLogin()
seondal Dec 24, 2021
78d3696
:sparkles: [Feat] Login μ„œλ²„ν†΅μ‹  κ΅¬ν˜„
seondal Dec 24, 2021
edc00bb
Start
seondal Dec 24, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified .DS_Store
Binary file not shown.
Binary file added DalTube/.DS_Store
Binary file not shown.
124 changes: 123 additions & 1 deletion DalTube/DalTube.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,28 @@
archiveVersion = 1;
classes = {
};
objectVersion = 50;
objectVersion = 51;
objects = {

/* Begin PBXBuildFile section */
5F092D108C58CE0BB3C4CBCF /* Pods_DalTube.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2F4AA4240BCBBBDD9584CE3A /* Pods_DalTube.framework */; };
9A04DCA22743E17F0012658D /* HomeTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A04DCA02743E17F0012658D /* HomeTableViewCell.swift */; };
9A04DCA32743E17F0012658D /* HomeTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9A04DCA12743E17F0012658D /* HomeTableViewCell.xib */; };
9A04DCA52743E7BA0012658D /* HomeContentDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A04DCA42743E7BA0012658D /* HomeContentDataModel.swift */; };
9A18707E2708521500228B78 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A18707D2708521500228B78 /* AppDelegate.swift */; };
9A1870802708521500228B78 /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A18707F2708521500228B78 /* SceneDelegate.swift */; };
9A1870822708521500228B78 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A1870812708521500228B78 /* ViewController.swift */; };
9A1870852708521500228B78 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9A1870832708521500228B78 /* Main.storyboard */; };
9A1870872708521600228B78 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 9A1870862708521600228B78 /* Assets.xcassets */; };
9A18708A2708521600228B78 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9A1870882708521600228B78 /* LaunchScreen.storyboard */; };
9A193E13277333E500231077 /* HomeCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A193E11277333E500231077 /* HomeCollectionViewCell.swift */; };
9A193E14277333E500231077 /* HomeCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9A193E12277333E500231077 /* HomeCollectionViewCell.xib */; };
9A193E172773395C00231077 /* TagCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A193E152773395C00231077 /* TagCollectionViewCell.swift */; };
9A193E182773395C00231077 /* TagCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9A193E162773395C00231077 /* TagCollectionViewCell.xib */; };
9A193E1A27758AB700231077 /* APIConstants.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A193E1927758AB700231077 /* APIConstants.swift */; };
9A193E1D27758B4900231077 /* NetworkResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A193E1C27758B4900231077 /* NetworkResult.swift */; };
9A193E1F27758BF600231077 /* LoginResponseDataModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A193E1E27758BF600231077 /* LoginResponseDataModel.swift */; };
9A193E2127758C5E00231077 /* UserSignService.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A193E2027758C5E00231077 /* UserSignService.swift */; };
9A43F82C27293CDD002DC0D5 /* CustomTabBarController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A43F82B27293CDD002DC0D5 /* CustomTabBarController.swift */; };
9A43F838272944A2002DC0D5 /* HomeVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A43F837272944A2002DC0D5 /* HomeVC.swift */; };
9A43F83A272944B6002DC0D5 /* ShortsVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9A43F839272944B6002DC0D5 /* ShortsVC.swift */; };
Expand All @@ -25,6 +37,12 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
053A7D81CDD0FABA5B56F7FD /* Pods-DalTube.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DalTube.debug.xcconfig"; path = "Target Support Files/Pods-DalTube/Pods-DalTube.debug.xcconfig"; sourceTree = "<group>"; };
2F4AA4240BCBBBDD9584CE3A /* Pods_DalTube.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DalTube.framework; sourceTree = BUILT_PRODUCTS_DIR; };
6647690D6A1F78395DBD5682 /* Pods-DalTube.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DalTube.release.xcconfig"; path = "Target Support Files/Pods-DalTube/Pods-DalTube.release.xcconfig"; sourceTree = "<group>"; };
9A04DCA02743E17F0012658D /* HomeTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeTableViewCell.swift; sourceTree = "<group>"; };
9A04DCA12743E17F0012658D /* HomeTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeTableViewCell.xib; sourceTree = "<group>"; };
9A04DCA42743E7BA0012658D /* HomeContentDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeContentDataModel.swift; sourceTree = "<group>"; };
9A18707A2708521500228B78 /* DalTube.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DalTube.app; sourceTree = BUILT_PRODUCTS_DIR; };
9A18707D2708521500228B78 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
9A18707F2708521500228B78 /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = "<group>"; };
Expand All @@ -33,6 +51,14 @@
9A1870862708521600228B78 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
9A1870892708521600228B78 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
9A18708B2708521600228B78 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
9A193E11277333E500231077 /* HomeCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeCollectionViewCell.swift; sourceTree = "<group>"; };
9A193E12277333E500231077 /* HomeCollectionViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeCollectionViewCell.xib; sourceTree = "<group>"; };
9A193E152773395C00231077 /* TagCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TagCollectionViewCell.swift; sourceTree = "<group>"; };
9A193E162773395C00231077 /* TagCollectionViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TagCollectionViewCell.xib; sourceTree = "<group>"; };
9A193E1927758AB700231077 /* APIConstants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = APIConstants.swift; sourceTree = "<group>"; };
9A193E1C27758B4900231077 /* NetworkResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkResult.swift; sourceTree = "<group>"; };
9A193E1E27758BF600231077 /* LoginResponseDataModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoginResponseDataModel.swift; sourceTree = "<group>"; };
9A193E2027758C5E00231077 /* UserSignService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserSignService.swift; sourceTree = "<group>"; };
9A43F82B27293CDD002DC0D5 /* CustomTabBarController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomTabBarController.swift; sourceTree = "<group>"; };
9A43F837272944A2002DC0D5 /* HomeVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeVC.swift; sourceTree = "<group>"; };
9A43F839272944B6002DC0D5 /* ShortsVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ShortsVC.swift; sourceTree = "<group>"; };
Expand All @@ -49,17 +75,28 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
5F092D108C58CE0BB3C4CBCF /* Pods_DalTube.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
35820517A9E6B1F67414976F /* Frameworks */ = {
isa = PBXGroup;
children = (
2F4AA4240BCBBBDD9584CE3A /* Pods_DalTube.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
9A1870712708521500228B78 = {
isa = PBXGroup;
children = (
9A18707C2708521500228B78 /* DalTube */,
9A18707B2708521500228B78 /* Products */,
BC6F2FF2BD23D23843C59830 /* Pods */,
35820517A9E6B1F67414976F /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -74,6 +111,7 @@
9A18707C2708521500228B78 /* DalTube */ = {
isa = PBXGroup;
children = (
9A193E1B27758B1100231077 /* Network */,
9A2D56942743A0AB001B264F /* Resource */,
9A2D56952743A11A001B264F /* Home */,
9A2D56932743A085001B264F /* TabBar */,
Expand All @@ -86,12 +124,23 @@
path = DalTube;
sourceTree = "<group>";
};
9A193E1B27758B1100231077 /* Network */ = {
isa = PBXGroup;
children = (
9A193E1927758AB700231077 /* APIConstants.swift */,
9A193E1C27758B4900231077 /* NetworkResult.swift */,
9A193E1E27758BF600231077 /* LoginResponseDataModel.swift */,
);
path = Network;
sourceTree = "<group>";
};
9A2D56922743A030001B264F /* Login */ = {
isa = PBXGroup;
children = (
9A53B769270A7D7800ECE343 /* LoginViewController.swift */,
9A53B76B270A7DEB00ECE343 /* SigninViewController.swift */,
9A53B76D270A7E0A00ECE343 /* WelcomeViewController.swift */,
9A193E2027758C5E00231077 /* UserSignService.swift */,
);
path = Login;
sourceTree = "<group>";
Expand Down Expand Up @@ -122,20 +171,38 @@
isa = PBXGroup;
children = (
9A43F837272944A2002DC0D5 /* HomeVC.swift */,
9A04DCA02743E17F0012658D /* HomeTableViewCell.swift */,
9A193E11277333E500231077 /* HomeCollectionViewCell.swift */,
9A193E152773395C00231077 /* TagCollectionViewCell.swift */,
9A193E162773395C00231077 /* TagCollectionViewCell.xib */,
9A193E12277333E500231077 /* HomeCollectionViewCell.xib */,
9A04DCA12743E17F0012658D /* HomeTableViewCell.xib */,
9A04DCA42743E7BA0012658D /* HomeContentDataModel.swift */,
);
path = Home;
sourceTree = "<group>";
};
BC6F2FF2BD23D23843C59830 /* Pods */ = {
isa = PBXGroup;
children = (
053A7D81CDD0FABA5B56F7FD /* Pods-DalTube.debug.xcconfig */,
6647690D6A1F78395DBD5682 /* Pods-DalTube.release.xcconfig */,
);
path = Pods;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
9A1870792708521500228B78 /* DalTube */ = {
isa = PBXNativeTarget;
buildConfigurationList = 9A18708E2708521600228B78 /* Build configuration list for PBXNativeTarget "DalTube" */;
buildPhases = (
F93D8D2E1DF6799F0792747C /* [CP] Check Pods Manifest.lock */,
9A1870762708521500228B78 /* Sources */,
9A1870772708521500228B78 /* Frameworks */,
9A1870782708521500228B78 /* Resources */,
8FB50EEA9B84DDDD0187A551 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -183,25 +250,78 @@
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9A193E14277333E500231077 /* HomeCollectionViewCell.xib in Resources */,
9A18708A2708521600228B78 /* LaunchScreen.storyboard in Resources */,
9A1870872708521600228B78 /* Assets.xcassets in Resources */,
9A193E182773395C00231077 /* TagCollectionViewCell.xib in Resources */,
9A04DCA32743E17F0012658D /* HomeTableViewCell.xib in Resources */,
9A1870852708521500228B78 /* Main.storyboard in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
8FB50EEA9B84DDDD0187A551 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-DalTube/Pods-DalTube-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
"${PODS_ROOT}/Target Support Files/Pods-DalTube/Pods-DalTube-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DalTube/Pods-DalTube-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
F93D8D2E1DF6799F0792747C /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"${PODS_PODFILE_DIR_PATH}/Podfile.lock",
"${PODS_ROOT}/Manifest.lock",
);
name = "[CP] Check Pods Manifest.lock";
outputFileListPaths = (
);
outputPaths = (
"$(DERIVED_FILE_DIR)/Pods-DalTube-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
9A1870762708521500228B78 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9A04DCA52743E7BA0012658D /* HomeContentDataModel.swift in Sources */,
9A53B76A270A7D7800ECE343 /* LoginViewController.swift in Sources */,
9A193E1A27758AB700231077 /* APIConstants.swift in Sources */,
9A193E1D27758B4900231077 /* NetworkResult.swift in Sources */,
9A43F838272944A2002DC0D5 /* HomeVC.swift in Sources */,
9A193E1F27758BF600231077 /* LoginResponseDataModel.swift in Sources */,
9A04DCA22743E17F0012658D /* HomeTableViewCell.swift in Sources */,
9A43F82C27293CDD002DC0D5 /* CustomTabBarController.swift in Sources */,
9A193E13277333E500231077 /* HomeCollectionViewCell.swift in Sources */,
9A193E2127758C5E00231077 /* UserSignService.swift in Sources */,
9A53B76C270A7DEB00ECE343 /* SigninViewController.swift in Sources */,
9A43F83C272944BF002DC0D5 /* AddVC.swift in Sources */,
9A1870822708521500228B78 /* ViewController.swift in Sources */,
9A193E172773395C00231077 /* TagCollectionViewCell.swift in Sources */,
9A43F840272944D2002DC0D5 /* StoreVC.swift in Sources */,
9A53B76E270A7E0A00ECE343 /* WelcomeViewController.swift in Sources */,
9A43F83E272944C9002DC0D5 /* SubVC.swift in Sources */,
Expand Down Expand Up @@ -351,6 +471,7 @@
};
9A18708F2708521600228B78 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 053A7D81CDD0FABA5B56F7FD /* Pods-DalTube.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
Expand All @@ -369,6 +490,7 @@
};
9A1870902708521600228B78 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 6647690D6A1F78395DBD5682 /* Pods-DalTube.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>DalTube.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
<integer>2</integer>
</dict>
</dict>
</dict>
Expand Down
10 changes: 10 additions & 0 deletions DalTube/DalTube.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?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>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
Binary file not shown.
23 changes: 23 additions & 0 deletions DalTube/DalTube/Assets.xcassets/SearchIcon.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "SearchIcon.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "SearchIcon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "SearchIcon@3x.png",
"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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions DalTube/DalTube/Assets.xcassets/ggamju.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "image 210.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "image 210@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "image 210@3x.png",
"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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions DalTube/DalTube/Assets.xcassets/ggamju1.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "ggamju1.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "ggamju1@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "ggamju1@3x.png",
"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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions DalTube/DalTube/Assets.xcassets/ggamju2.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "ggamju2.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "ggamju2@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "ggamju2@3x.png",
"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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading