From 2e35ce9464eb2a0755449d3129c551c5cb0e9d77 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Wed, 11 Nov 2009 16:56:52 +0100 Subject: [PATCH] added some documentation --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index 12d80ee..5581261 100644 --- a/README +++ b/README @@ -12,3 +12,13 @@ Licence: MIT-Licence I am trying to host this on github because I hope that other users need this functionality and will help to build upp the whole thing. You're welcome to fork it or help out with debugging and new functionality. + + +How to use +========== + +Check out the Demo to get an first impression. + +First you have to implement the JPImagePickerControllerDelegate and the +JPImagePickerControllerDataSource prococols. Then allocate a new +JPImagePickerController object and set the delegate and dataSource.