Skip to content

Commit

Permalink
- Added README and demonstration graphics
Browse files Browse the repository at this point in the history
  • Loading branch information
jamztang committed Feb 15, 2012
1 parent 0d19e06 commit 770138a
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
@@ -0,0 +1,39 @@
JTGestureBasedTableView
=======================

An iOS objective-c library template to recreate the gesture based interaction found from Clear for iPhone app.

While it's just in very early development stage, I don't think it's ready for and production usage.

It has been developed under iOS 4.3 and 5.0 devices, sample code has been built using ARC, please use -fobjc-arc per source file complier flag for compiling on non-ARC enviroment.


Abstract
--------

Clear for iPhone app has showed us so much we can do with a buttonless interface, and I am trying to reveal the technique behind the gesture based interaction, hopefully can heavy-lifted all of us whom trying to achieve the same.

Features
--------

It only supports two features at the moment.

- Pull down to add cell
- Pinch to create cell

How To Use It
-------------

### Installation

Include all header and implementation files in JTGestureBasedTabeView/ into your project, and also links the QuartzCore framework to your target.
Will add more instructions soon, at the moment, please follow ViewController.m for sample usage.


License
-------

This project is under MIT License, please feel free to contribute and use it.

James

Binary file added demo1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 770138a

Please sign in to comment.