-
Notifications
You must be signed in to change notification settings - Fork 320
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
Comments
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? |
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. |
+1 this would be a cool feautre |
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... |
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.
The text was updated successfully, but these errors were encountered: