Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeena/JPImagePickerController
An attempt to copy the apples UIImagePickerController for the iPhone with dataSource methods so you can use it for remote and in app images.
https://github.com/jeena/JPImagePickerController
Last synced: about 1 month ago
JSON representation
An attempt to copy the apples UIImagePickerController for the iPhone with dataSource methods so you can use it for remote and in app images.
- Host: GitHub
- URL: https://github.com/jeena/JPImagePickerController
- Owner: jeena
- Archived: true
- Created: 2009-11-11T12:39:36.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-02-06T19:40:23.000Z (almost 13 years ago)
- Last Synced: 2024-10-03T14:01:15.689Z (2 months ago)
- Language: Objective-C
- Homepage:
- Size: 3.39 MB
- Stars: 110
- Watchers: 8
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome - JPImagePickerController - An attempt to copy the apples UIImagePickerController for the iPhone with dataSource methods so you can use it for remote and in app images. (etc)
- awesome - JPImagePickerController - An attempt to copy the apples UIImagePickerController for the iPhone with dataSource methods so you can use it for remote and in app images. (etc)
README
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-LicenceI 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.There is a HTML documentation on that in the demo application, open the
Documentation/index.html file in a browser.To use the picker in your own project add the files in the directory
Classes to your Xcode project.