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

[마요]4주차 미션 #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
24 changes: 24 additions & 0 deletions iOS_Study_B.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
954B6B882AC57DAA00FDCFAB /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 954B6B862AC57DAA00FDCFAB /* Main.storyboard */; };
954B6B8A2AC57DAB00FDCFAB /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 954B6B892AC57DAB00FDCFAB /* Assets.xcassets */; };
954B6B8D2AC57DAB00FDCFAB /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 954B6B8B2AC57DAB00FDCFAB /* LaunchScreen.storyboard */; };
CC7D89E02AE04D8D005721FE /* HomeTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC7D89DE2AE04D8D005721FE /* HomeTableViewCell.swift */; };
CC7D89E12AE04D8D005721FE /* HomeTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = CC7D89DF2AE04D8D005721FE /* HomeTableViewCell.xib */; };
CC7D89E42AE0C183005721FE /* WidthTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC7D89E22AE0C183005721FE /* WidthTableViewCell.swift */; };
CC7D89E52AE0C183005721FE /* WidthTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = CC7D89E32AE0C183005721FE /* WidthTableViewCell.xib */; };
CC7D89E82AE0C778005721FE /* WidthCollectionViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CC7D89E62AE0C778005721FE /* WidthCollectionViewCell.swift */; };
CC7D89E92AE0C778005721FE /* WidthCollectionViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = CC7D89E72AE0C778005721FE /* WidthCollectionViewCell.xib */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -24,6 +30,12 @@
954B6B892AC57DAB00FDCFAB /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
954B6B8C2AC57DAB00FDCFAB /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
954B6B8E2AC57DAB00FDCFAB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
CC7D89DE2AE04D8D005721FE /* HomeTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeTableViewCell.swift; sourceTree = "<group>"; };
CC7D89DF2AE04D8D005721FE /* HomeTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeTableViewCell.xib; sourceTree = "<group>"; };
CC7D89E22AE0C183005721FE /* WidthTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidthTableViewCell.swift; sourceTree = "<group>"; };
CC7D89E32AE0C183005721FE /* WidthTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = WidthTableViewCell.xib; sourceTree = "<group>"; };
CC7D89E62AE0C778005721FE /* WidthCollectionViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = WidthCollectionViewCell.swift; sourceTree = "<group>"; };
CC7D89E72AE0C778005721FE /* WidthCollectionViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = WidthCollectionViewCell.xib; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -56,13 +68,19 @@
954B6B7F2AC57DAA00FDCFAB /* iOS_Study_B */ = {
isa = PBXGroup;
children = (
CC7D89DF2AE04D8D005721FE /* HomeTableViewCell.xib */,
CC7D89DE2AE04D8D005721FE /* HomeTableViewCell.swift */,
954B6B802AC57DAA00FDCFAB /* AppDelegate.swift */,
954B6B822AC57DAA00FDCFAB /* SceneDelegate.swift */,
954B6B842AC57DAA00FDCFAB /* ViewController.swift */,
954B6B862AC57DAA00FDCFAB /* Main.storyboard */,
CC7D89E22AE0C183005721FE /* WidthTableViewCell.swift */,
CC7D89E32AE0C183005721FE /* WidthTableViewCell.xib */,
954B6B892AC57DAB00FDCFAB /* Assets.xcassets */,
954B6B8B2AC57DAB00FDCFAB /* LaunchScreen.storyboard */,
954B6B8E2AC57DAB00FDCFAB /* Info.plist */,
CC7D89E62AE0C778005721FE /* WidthCollectionViewCell.swift */,
CC7D89E72AE0C778005721FE /* WidthCollectionViewCell.xib */,
);
path = iOS_Study_B;
sourceTree = "<group>";
Expand Down Expand Up @@ -127,7 +145,10 @@
files = (
954B6B8D2AC57DAB00FDCFAB /* LaunchScreen.storyboard in Resources */,
954B6B8A2AC57DAB00FDCFAB /* Assets.xcassets in Resources */,
CC7D89E52AE0C183005721FE /* WidthTableViewCell.xib in Resources */,
CC7D89E12AE04D8D005721FE /* HomeTableViewCell.xib in Resources */,
954B6B882AC57DAA00FDCFAB /* Main.storyboard in Resources */,
CC7D89E92AE0C778005721FE /* WidthCollectionViewCell.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -138,9 +159,12 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
CC7D89E42AE0C183005721FE /* WidthTableViewCell.swift in Sources */,
954B6B852AC57DAA00FDCFAB /* ViewController.swift in Sources */,
954B6B812AC57DAA00FDCFAB /* AppDelegate.swift in Sources */,
CC7D89E02AE04D8D005721FE /* HomeTableViewCell.swift in Sources */,
954B6B832AC57DAA00FDCFAB /* SceneDelegate.swift in Sources */,
CC7D89E82AE0C778005721FE /* WidthCollectionViewCell.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
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 iOS_Study_B/Assets.xcassets/1.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "05F907D8-8C0C-4151-967E-EB21858F071C_4_5005_c.jpeg",
"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 iOS_Study_B/Assets.xcassets/2.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "75C2B2F9-D5FC-42F2-A30F-5754722D7A14_4_5005_c.jpeg",
"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 iOS_Study_B/Assets.xcassets/3.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "79D54278-037C-4C2F-ABA6-645DDF034B9E_4_5005_c.jpeg",
"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 iOS_Study_B/Assets.xcassets/4.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "958975E1-F63C-4AE3-8A63-A697920C674B_4_5005_c.jpeg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
21 changes: 21 additions & 0 deletions iOS_Study_B/Assets.xcassets/5.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "D3046DAA-BB6E-40DE-98F3-E3ABA1E3D233_4_5005_c.jpeg",
"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 iOS_Study_B/Assets.xcassets/6.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "DBE259E1-4611-4E85-B031-9C35A68565D2_4_5005_c.jpeg",
"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.
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 iOS_Study_B/Assets.xcassets/7.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "57B6379E-283A-4023-BBC1-4BADD6D89301_4_5005_c.jpeg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file added iOS_Study_B/Assets.xcassets/8.imageset/8.jpeg
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 iOS_Study_B/Assets.xcassets/8.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "8.jpeg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Binary file added iOS_Study_B/Assets.xcassets/9.imageset/9.jpeg
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 iOS_Study_B/Assets.xcassets/9.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"filename" : "9.jpeg",
"idiom" : "universal",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
Loading