-
Notifications
You must be signed in to change notification settings - Fork 60
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
Any plan to support video? #33
Comments
Any update on this? |
This is not in the roadmap for now but we could add an example. You could try setting |
Thinking it through a bit more, you cannot use ImageRow as the value of the row is an What can be done is: create a new row using most of the logic from ImageRow, set the type of the value of the row to However, this would be a row to pick a video and not a video or image. For that we would have to create a row whose value is an enum or other structure to allow both. Does this sound reasonable? |
Maybe we can create a row whose return value is PHAsset? That way the image and video would both be supported. |
That would be possible, yes |
For selecting only videos use VideoRow. Choosing images or videos requires a bigger restructure of ImageRow as mentioned above. |
It would be great to select videos
The text was updated successfully, but these errors were encountered: