Skip to content

Commit 606a9ca

Browse files
committed
update the demo
1 parent 2eee558 commit 606a9ca

54 files changed

Lines changed: 366 additions & 237 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Examples/CollectionViewSlantedLayoutDemo.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
FB1735991C83A0B400EEDB5F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = FB1735971C83A0B400EEDB5F /* LaunchScreen.storyboard */; };
1616
FB1735A71C83A22600EEDB5F /* CustomCollectionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1735A61C83A22600EEDB5F /* CustomCollectionCell.swift */; };
1717
FB1735B11C83AABA00EEDB5F /* SettingsController.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB1735B01C83AABA00EEDB5F /* SettingsController.swift */; };
18+
FB9A93AE1FF85E70000625D5 /* covers.plist in Resources */ = {isa = PBXBuildFile; fileRef = FB9A93AD1FF85E70000625D5 /* covers.plist */; };
1819
/* End PBXBuildFile section */
1920

2021
/* Begin PBXCopyFilesBuildPhase section */
@@ -42,6 +43,7 @@
4243
FB17359A1C83A0B400EEDB5F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
4344
FB1735A61C83A22600EEDB5F /* CustomCollectionCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CustomCollectionCell.swift; sourceTree = "<group>"; };
4445
FB1735B01C83AABA00EEDB5F /* SettingsController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SettingsController.swift; sourceTree = "<group>"; };
46+
FB9A93AD1FF85E70000625D5 /* covers.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = covers.plist; sourceTree = "<group>"; };
4547
/* End PBXFileReference section */
4648

4749
/* Begin PBXFrameworksBuildPhase section */
@@ -101,6 +103,7 @@
101103
FB1735951C83A0B400EEDB5F /* Assets.xcassets */,
102104
FB1735971C83A0B400EEDB5F /* LaunchScreen.storyboard */,
103105
FB17359A1C83A0B400EEDB5F /* Info.plist */,
106+
FB9A93AD1FF85E70000625D5 /* covers.plist */,
104107
);
105108
path = CollectionViewSlantedLayoutDemo;
106109
sourceTree = "<group>";
@@ -185,6 +188,7 @@
185188
isa = PBXResourcesBuildPhase;
186189
buildActionMask = 2147483647;
187190
files = (
191+
FB9A93AE1FF85E70000625D5 /* covers.plist in Resources */,
188192
FB1735991C83A0B400EEDB5F /* LaunchScreen.storyboard in Resources */,
189193
FB1735961C83A0B400EEDB5F /* Assets.xcassets in Resources */,
190194
FB1735941C83A0B400EEDB5F /* Main.storyboard in Resources */,
972 KB

Examples/CollectionViewSlantedLayoutDemo/Assets.xcassets/image-1.imageset/Contents.json renamed to Examples/CollectionViewSlantedLayoutDemo/Assets.xcassets/1.imageset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"images" : [
33
{
44
"idiom" : "universal",
5-
"filename" : "image-1.jpg",
5+
"filename" : "1.png",
66
"scale" : "1x"
77
},
88
{
824 KB

Examples/CollectionViewSlantedLayoutDemo/Assets.xcassets/image-2.imageset/Contents.json renamed to Examples/CollectionViewSlantedLayoutDemo/Assets.xcassets/10.imageset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"images" : [
33
{
44
"idiom" : "universal",
5-
"filename" : "image-2.jpg",
5+
"filename" : "10.png",
66
"scale" : "1x"
77
},
88
{
524 KB

Examples/CollectionViewSlantedLayoutDemo/Assets.xcassets/image-3.imageset/Contents.json renamed to Examples/CollectionViewSlantedLayoutDemo/Assets.xcassets/12.imageset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"images" : [
33
{
44
"idiom" : "universal",
5-
"filename" : "image-3.jpg",
5+
"filename" : "12.png",
66
"scale" : "1x"
77
},
88
{
905 KB

Examples/CollectionViewSlantedLayoutDemo/Assets.xcassets/image-4.imageset/Contents.json renamed to Examples/CollectionViewSlantedLayoutDemo/Assets.xcassets/13.imageset/Contents.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"images" : [
33
{
44
"idiom" : "universal",
5-
"filename" : "image-4.jpg",
5+
"filename" : "13.png",
66
"scale" : "1x"
77
},
88
{
1.31 MB

0 commit comments

Comments
 (0)