Skip to content

Commit

Permalink
Changed code header information (added a line about license) and README
Browse files Browse the repository at this point in the history
  • Loading branch information
camh committed Feb 22, 2010
1 parent 5f26ae1 commit 8052aca
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 2 additions & 0 deletions 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
Expand Down
6 changes: 5 additions & 1 deletion README.markdown
Expand Up @@ -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:

Expand Down

0 comments on commit 8052aca

Please sign in to comment.