From aef3078f2ea31182674b1bdb457a767a7b804eca Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Wed, 11 Nov 2009 16:20:06 +0100 Subject: [PATCH] added some info --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README b/README index e69de29..12d80ee 100644 --- a/README +++ b/README @@ -0,0 +1,14 @@ +JPImagePickerController +======================= + +JPImagePickerController is the attempt to copy apples UIImagePickerController +for the iPhone with dataSource methods, so you can use it for remote images +and images bundeld with your app. + +Author: Jeena Paradies +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.