Skip to content

Commit 342c6fc

Browse files
committed
add README files
1 parent 29d5bec commit 342c6fc

File tree

7 files changed

+26
-1
lines changed

7 files changed

+26
-1
lines changed

GestureTable/README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Gesture Table.app
2+
3+
This sample demonstrates a table view that interacts with gestures as found in the Clear applications for iPhone.
4+
15
The code of this sample was originally a Ruby translation of the following
26
Objective-C project: https://github.com/mystcolor/JTGestureBasedTableViewDemo
37

Hello/README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Hello.app
2+
3+
This sample demonstrates the following concepts: Custom View Drawing, Touches.

Locations/README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Locations.app
2+
3+
This sample demonstrates the following concepts: Table View, Core Location, Core Data.

Mustache/README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Mustache.app
2+
3+
This sample demonstrates the following concepts: Images, Face Recognition, Gestures.
4+
5+
The code was inspired from a similar MacRuby sample.

Paint/README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Paint.app
2+
3+
This sample demonstrates the following concepts: Custom View Drawing, Bezier Paths, Gestures, Audio Player.

Trollify/README

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
This example was contributed by Johannes Fahrenkrug, http://springenwerk.com
1+
Trollify.app
2+
3+
This sample demonstrates the following concepts: Images, Image Picker, Camera Roll, Action Sheet, Gestures.
4+
5+
This sample was contributed by Johannes Fahrenkrug, http://springenwerk.com
26
The app/uiimage_extension.rb file is derived from code by Hardy Macia, Catamount Software.

Tweets/README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Tweets.app
2+
3+
This sample demonstrates the following concepts: Table View, Custom Table View Cells, Grand Central Dispatch, JSON.

0 commit comments

Comments
 (0)