No description
This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2009-11-14 20:02:01 +01:00
JPImagePickerDemo Added HTML documentation 2009-11-14 20:02:01 +01:00
.gitattributes added .git files 2009-11-11 15:58:18 +01:00
.gitignore added .git files 2009-11-11 15:58:18 +01:00
README added some documentation 2009-11-11 16:56:52 +01:00

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 <spam@jeenaparadies.net>
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.