Skip to content

Commit

Permalink
Got Collection View of Objects working
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestDelgado authored and ernestDelgado committed Aug 27, 2017
1 parent 2cbb226 commit 5a537cc
Show file tree
Hide file tree
Showing 10 changed files with 150 additions and 266 deletions.
16 changes: 8 additions & 8 deletions ThingsToGet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,27 +7,27 @@
objects = {

/* Begin PBXBuildFile section */
5D17C5741F4B1FD000E66F59 /* itemListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D17C5731F4B1FD000E66F59 /* itemListCell.swift */; };
5D17C5791F4C580900E66F59 /* item.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5D17C5781F4C580900E66F59 /* item.swift */; };
5DE008081F4B1CE300A6E109 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE008071F4B1CE300A6E109 /* AppDelegate.swift */; };
5DE0080A1F4B1CE300A6E109 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE008091F4B1CE300A6E109 /* ViewController.swift */; };
5DE0080A1F4B1CE300A6E109 /* MainVC.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DE008091F4B1CE300A6E109 /* MainVC.swift */; };
5DE0080D1F4B1CE300A6E109 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5DE0080B1F4B1CE300A6E109 /* Main.storyboard */; };
5DE008101F4B1CE300A6E109 /* ThingsToGet.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = 5DE0080E1F4B1CE300A6E109 /* ThingsToGet.xcdatamodeld */; };
5DE008121F4B1CE300A6E109 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5DE008111F4B1CE300A6E109 /* Assets.xcassets */; };
5DE008151F4B1CE300A6E109 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 5DE008131F4B1CE300A6E109 /* LaunchScreen.storyboard */; };
5DF5CD8C1F5350E7008C9B3F /* itemViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5DF5CD8B1F5350E7008C9B3F /* itemViewCell.swift */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
5D17C5731F4B1FD000E66F59 /* itemListCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = itemListCell.swift; sourceTree = "<group>"; };
5D17C5781F4C580900E66F59 /* item.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = item.swift; sourceTree = "<group>"; };
5DE008041F4B1CE300A6E109 /* ThingsToGet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ThingsToGet.app; sourceTree = BUILT_PRODUCTS_DIR; };
5DE008071F4B1CE300A6E109 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
5DE008091F4B1CE300A6E109 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; };
5DE008091F4B1CE300A6E109 /* MainVC.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MainVC.swift; sourceTree = "<group>"; };
5DE0080C1F4B1CE300A6E109 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
5DE0080F1F4B1CE300A6E109 /* ThingsToGet.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = ThingsToGet.xcdatamodel; sourceTree = "<group>"; };
5DE008111F4B1CE300A6E109 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
5DE008141F4B1CE300A6E109 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
5DE008161F4B1CE300A6E109 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5DF5CD8B1F5350E7008C9B3F /* itemViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = itemViewCell.swift; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -52,15 +52,15 @@
5D17C5761F4C57D900E66F59 /* View */ = {
isa = PBXGroup;
children = (
5D17C5731F4B1FD000E66F59 /* itemListCell.swift */,
5DF5CD8B1F5350E7008C9B3F /* itemViewCell.swift */,
);
name = View;
sourceTree = "<group>";
};
5D17C5771F4C57DE00E66F59 /* Controller */ = {
isa = PBXGroup;
children = (
5DE008091F4B1CE300A6E109 /* ViewController.swift */,
5DE008091F4B1CE300A6E109 /* MainVC.swift */,
);
name = Controller;
sourceTree = "<group>";
Expand Down Expand Up @@ -170,10 +170,10 @@
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
5D17C5741F4B1FD000E66F59 /* itemListCell.swift in Sources */,
5DF5CD8C1F5350E7008C9B3F /* itemViewCell.swift in Sources */,
5DE008101F4B1CE300A6E109 /* ThingsToGet.xcdatamodeld in Sources */,
5D17C5791F4C580900E66F59 /* item.swift in Sources */,
5DE0080A1F4B1CE300A6E109 /* ViewController.swift in Sources */,
5DE0080A1F4B1CE300A6E109 /* MainVC.swift in Sources */,
5DE008081F4B1CE300A6E109 /* AppDelegate.swift in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down
Binary file not shown.
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 ThingsToGet/Assets.xcassets/AVI Banner.imageset/Contents.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"images" : [
{
"idiom" : "universal",
"filename" : "AVI Banner.jpg",
"scale" : "1x"
},
{
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}
5 changes: 5 additions & 0 deletions ThingsToGet/Assets.xcassets/AppIcon.appiconset/Contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@
"idiom" : "ipad",
"size" : "83.5x83.5",
"scale" : "2x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
}
],
"info" : {
Expand Down
Loading

0 comments on commit 5a537cc

Please sign in to comment.