From 8052aca2b4e14f5c33c5d9f5276fb8fe90f68606 Mon Sep 17 00:00:00 2001 From: Cameron Hunt Date: Mon, 22 Feb 2010 11:42:11 -0800 Subject: [PATCH] Changed code header information (added a line about license) and README --- CHGridLayout/CHGridLayout.h | 2 ++ CHGridLayout/CHGridLayout.m | 2 ++ CHGridLayout/CHGridLayoutSection.h | 2 ++ CHGridLayout/CHGridLayoutSection.m | 2 ++ CHGridLayout/CHGridLayoutTile.h | 2 ++ CHGridLayout/CHGridLayoutTile.m | 2 ++ CHGridView.h | 2 ++ CHGridView.m | 2 ++ CHImageTileView.h | 2 ++ CHImageTileView.m | 2 ++ CHSectionTitleView.h | 2 ++ CHSectionTitleView.m | 2 ++ CHTileView.h | 2 ++ CHTileView.m | 2 ++ README.markdown | 6 +++++- 15 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHGridLayout/CHGridLayout.h b/CHGridLayout/CHGridLayout.h index 941373c..bf8f0e9 100644 --- a/CHGridLayout/CHGridLayout.h +++ b/CHGridLayout/CHGridLayout.h @@ -1,6 +1,8 @@ // // CHGridLayout.h // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/CHGridLayout/CHGridLayout.m b/CHGridLayout/CHGridLayout.m index d622b69..386a0bb 100644 --- a/CHGridLayout/CHGridLayout.m +++ b/CHGridLayout/CHGridLayout.m @@ -1,6 +1,8 @@ // // CHGridLayout.m // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/CHGridLayout/CHGridLayoutSection.h b/CHGridLayout/CHGridLayoutSection.h index 1ae30d1..42f084b 100644 --- a/CHGridLayout/CHGridLayoutSection.h +++ b/CHGridLayout/CHGridLayoutSection.h @@ -1,6 +1,8 @@ // // CHGridLayoutSection.h // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/CHGridLayout/CHGridLayoutSection.m b/CHGridLayout/CHGridLayoutSection.m index 3f679de..809e379 100644 --- a/CHGridLayout/CHGridLayoutSection.m +++ b/CHGridLayout/CHGridLayoutSection.m @@ -1,6 +1,8 @@ // // CHGridLayoutSection.m // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/CHGridLayout/CHGridLayoutTile.h b/CHGridLayout/CHGridLayoutTile.h index 692112e..2089c80 100644 --- a/CHGridLayout/CHGridLayoutTile.h +++ b/CHGridLayout/CHGridLayoutTile.h @@ -1,6 +1,8 @@ // // CHGridLayoutTile.h // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/CHGridLayout/CHGridLayoutTile.m b/CHGridLayout/CHGridLayoutTile.m index 4f2ff5b..4e68ea4 100644 --- a/CHGridLayout/CHGridLayoutTile.m +++ b/CHGridLayout/CHGridLayoutTile.m @@ -1,6 +1,8 @@ // // CHGridLayoutTile.m // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/CHGridView.h b/CHGridView.h index 5a95404..3594d1a 100644 --- a/CHGridView.h +++ b/CHGridView.h @@ -1,6 +1,8 @@ // // CHGridView.h // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/CHGridView.m b/CHGridView.m index fffd518..09ae418 100644 --- a/CHGridView.m +++ b/CHGridView.m @@ -1,6 +1,8 @@ // // CHGridView.m // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/CHImageTileView.h b/CHImageTileView.h index 9507044..d0158c6 100644 --- a/CHImageTileView.h +++ b/CHImageTileView.h @@ -1,6 +1,8 @@ // // CHImageTileView.h // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/CHImageTileView.m b/CHImageTileView.m index 2edc8c8..fc78118 100644 --- a/CHImageTileView.m +++ b/CHImageTileView.m @@ -1,6 +1,8 @@ // // CHImageTileView.m // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/CHSectionTitleView.h b/CHSectionTitleView.h index 93e106a..ed24695 100644 --- a/CHSectionTitleView.h +++ b/CHSectionTitleView.h @@ -1,6 +1,8 @@ // // CHSectionTitleView.h // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/CHSectionTitleView.m b/CHSectionTitleView.m index 3149736..9c7e6d8 100644 --- a/CHSectionTitleView.m +++ b/CHSectionTitleView.m @@ -1,6 +1,8 @@ // // CHSectionTitle.m // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/CHTileView.h b/CHTileView.h index 75a9fac..fea8762 100644 --- a/CHTileView.h +++ b/CHTileView.h @@ -1,6 +1,8 @@ // // CHTileView.h // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/CHTileView.m b/CHTileView.m index a2776fa..19ec568 100644 --- a/CHTileView.m +++ b/CHTileView.m @@ -1,6 +1,8 @@ // // CHTileView.m // +// RELEASED UNDER THE MIT LICENSE +// // Created by Cameron Kenly Hunt on 2/18/10. // Copyright 2010 Cameron Kenley Hunt All rights reserved. // http://cameron.io/project/chgridview diff --git a/README.markdown b/README.markdown index 0b31a23..ceca24c 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,11 @@ ![A screenshot of CHGridView](http://cameron.io/files/CHGridView-sizedToGrid.png) ![A second screenshot of CHGridView](http://cameron.io/files/CHGridView-centered.png) -CHGridView is modeled after UITableView. You initialize CHGridView, set a delegate and data source, then give it tiles. +###About: + +I've made a lot of grid views in the past eight months. I want this to be the last one. Right now, it's basically a UITableView clone with tiles instead of cells, but in the future I want it to be customizeable and flexible enough to reproduce paged icon views, handle un-scrollable grids, display 2000 images, show iPad-like photo stacks with pinch-to-open, and anything else that can be represented with a grid. + +CHGridView is modeled after UITableView. You initialize CHGridView, set a delegate and data source, then give it tiles. It's designed to be as easy to use as UITableView. ###Description of classes: