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

week3-assignment #6

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
28 changes: 28 additions & 0 deletions DalTube/DalTube.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@
objects = {

/* Begin PBXBuildFile section */
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 */; };
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 +32,9 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
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 +43,10 @@
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>"; };
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 Down Expand Up @@ -122,6 +136,13 @@
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>";
Expand Down Expand Up @@ -183,8 +204,11 @@
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;
Expand All @@ -196,12 +220,16 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9A04DCA52743E7BA0012658D /* HomeContentDataModel.swift in Sources */,
9A53B76A270A7D7800ECE343 /* LoginViewController.swift in Sources */,
9A43F838272944A2002DC0D5 /* HomeVC.swift in Sources */,
9A04DCA22743E17F0012658D /* HomeTableViewCell.swift in Sources */,
9A43F82C27293CDD002DC0D5 /* CustomTabBarController.swift in Sources */,
9A193E13277333E500231077 /* HomeCollectionViewCell.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
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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "moreMenuIcon.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "moreMenuIcon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "moreMenuIcon@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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "notificationIcon.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "notificationIcon@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "notificationIcon@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/premiumLogo.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "premiumLogo.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "premiumLogo@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "premiumLogo@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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "wesoptAndroidpart.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "wesoptAndroidpart@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "wesoptAndroidpart@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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "wesoptDesignPart.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "wesoptDesignPart@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "wesoptDesignPart@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.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "wesoptPlanPart.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "wesoptPlanPart@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "wesoptPlanPart@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "wesoptProfile.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "wesoptProfile@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "wesoptProfile@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "wesoptServerPart.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "wesoptServerPart@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "wesoptServerPart@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"images" : [
{
"filename" : "wesoptWebPart.png",
"idiom" : "universal",
"scale" : "1x"
},
{
"filename" : "wesoptWebPart@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "wesoptWebPart@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading