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

There are missing delegate methods to get recorded video and live photos #15

Closed
tankista opened this issue Oct 26, 2017 · 1 comment
Closed
Assignees
Milestone

Comments

@tankista
Copy link
Contributor

Implement:

func imagePicker(controller: ImagePickerController, didCaptureVideo url: UIImage)
func imagePicker(controller: ImagePickerController, didTake livePhoto: UIImage, videoUrl: UIImage)

@tankista tankista added this to the v0.7.1 milestone Oct 26, 2017
@tankista tankista self-assigned this Oct 26, 2017
@tankista
Copy link
Contributor Author

This problem was solved with a solution where live photos and videos are saved to photo library by default allowing users to pick an asset that was just captured. In future we can implement separate delegate methods for each asset type.

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

No branches or pull requests

1 participant