Skip to content

Commit

Permalink
Added Storyboard, Minor Changes
Browse files Browse the repository at this point in the history
Added Storyboard files (forgot to include in last commit), updated TLSpringFlowLayout with more documentation and an iOS 7.0 check, removed unneeded demo app code.
  • Loading branch information
Sam Spencer committed Feb 12, 2014
1 parent bd41e33 commit db6e96b
Show file tree
Hide file tree
Showing 6 changed files with 303 additions and 14 deletions.
4 changes: 4 additions & 0 deletions UICollectionView-Spring-Demo.xcodeproj/project.pbxproj
Expand Up @@ -17,6 +17,7 @@
5E141AFA17A9AC9C007C6139 /* TLViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E141AF917A9AC9C007C6139 /* TLViewController.m */; };
5E141AFD17A9ACD2007C6139 /* TLSpringFlowLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 5E141AFC17A9ACD2007C6139 /* TLSpringFlowLayout.m */; };
9938B77D18A6D93500E5BC73 /* Storyboard.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 9938B77C18A6D93500E5BC73 /* Storyboard.storyboard */; };
9944AA2818AB11FE00BAFCFC /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9944AA2718AB11FE00BAFCFC /* QuartzCore.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
Expand All @@ -40,13 +41,15 @@
5E141AFB17A9ACD2007C6139 /* TLSpringFlowLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TLSpringFlowLayout.h; sourceTree = "<group>"; };
5E141AFC17A9ACD2007C6139 /* TLSpringFlowLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TLSpringFlowLayout.m; sourceTree = "<group>"; };
9938B77C18A6D93500E5BC73 /* Storyboard.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Storyboard.storyboard; sourceTree = "<group>"; };
9944AA2718AB11FE00BAFCFC /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
5E141ABE17A9AC32007C6139 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
9944AA2818AB11FE00BAFCFC /* QuartzCore.framework in Frameworks */,
5E141AC717A9AC32007C6139 /* CoreGraphics.framework in Frameworks */,
5E141AC917A9AC32007C6139 /* UIKit.framework in Frameworks */,
5E141AC517A9AC32007C6139 /* Foundation.framework in Frameworks */,
Expand Down Expand Up @@ -77,6 +80,7 @@
5E141AC317A9AC32007C6139 /* Frameworks */ = {
isa = PBXGroup;
children = (
9944AA2718AB11FE00BAFCFC /* QuartzCore.framework */,
5E141AC417A9AC32007C6139 /* Foundation.framework */,
5E141AC617A9AC32007C6139 /* CoreGraphics.framework */,
5E141AC817A9AC32007C6139 /* UIKit.framework */,
Expand Down

0 comments on commit db6e96b

Please sign in to comment.