Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show with UIImage already in place #12

Open
rnaud opened this issue Sep 5, 2012 · 4 comments
Open

Show with UIImage already in place #12

rnaud opened this issue Sep 5, 2012 · 4 comments

Comments

@rnaud
Copy link

rnaud commented Sep 5, 2012

Hello, in my app I have a place where I choose between the camera and the imagepicker, so I'm hiding the imagepickerbutton in the DLCImagePickerController but there is no easy way to load the view with a UIImage already selected.

@dmitric
Copy link
Owner

dmitric commented Sep 6, 2012

yeah that makes sense.Although we'd have to work on the statefulness a little. Do you think it would be best that if you load with an image, you could only use that image, or would you be able to choose another?

@rnaud
Copy link
Author

rnaud commented Sep 6, 2012

I think by default loading up the view with a selected UIImage means that you have another to select your images and so the DLCImagePicker does not need to allow you to retake a photo or to pick a new one. Just my 2 cts.

@hoan
Copy link

hoan commented Sep 21, 2012

+1 this would be a cool feautre

@EBusch
Copy link

EBusch commented Jan 3, 2013

I absolutely agree, this could be a great feature. Also, if there were some sort of implementation similar to UIImagePickerControllerSourceType that would be a nice, and somewhat similar from an implementation standpoint, feature.

You could have...
typedef NS_ENUM(NSInteger, DLCImagePickerControllerSourceType) {
DLCImagePickerControllerSourceTypePhotoLibrary, // Show standard UIImagePickerController then filter
DLCImagePickerControllerSourceTypeCamera, // Basically as it exists now
DLCImagePickerControllerSourceTypeSavedPhotosAlbum, // Similar to photo lib, but goes right to saved photos
DLCImagePickerControllerSourceTypeDirectImage // Desired feature here, with no ability to retake photo or pick new one. A simple filter screen for an image that returns filtered image
};

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants