-
Notifications
You must be signed in to change notification settings - Fork 340
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
Camera Roll showing only images, not videos. #101
Comments
That would be a Very useful addition :) |
It's literally a couple of lines to add support for videos! I just did it today, but I won't do a PR, because I'm working on the just change the line in
and in
|
@michalciurus Thanks you so much for putting us on the right track , much appreciated :) |
let fusuma = FusumaViewController() |
im new to this language.i tried my best to add video in the collection view.but getting an image of that video only(without any indication of a video file).how to add a video label with its duration on it..please help me with the doneButtonPressed function too.i need to pass the video to next page..please please help me with this |
|
founded this fork. But, when selecting video from album it is showing like a picture:( But still has video duration on asset, photo filters etc. https://github.com/Yummypets/YPImagePicker My suggestion is to install through carthage. And also 'import YPImagePicker' instead of Fusuma. |
I am trying my best to fetch and play video before done button action . Exactly like instagram.
// HERE I GOT ERROR like : Value of type 'FSAlbumView' has no member 'present'
|
https://github.com/Yummypets/YPImagePicker is the best option I think :), thank @Pulichev |
Thank you for this wonderful library.
I want to show images as well as videos in camera roll view.
The text was updated successfully, but these errors were encountered: