mwaterfall / MWPhotoBrowser

A simple iOS photo and video browser with grid view, captions and selections.
MIT License
8.75k stars 2.71k forks source link

video not work on iOS13 #649

Open comeStudy opened 4 years ago

comeStudy commented 4 years ago

video not work on iOS13。MPMoviePlayerController is no longer available. Use AVPlayerViewController in AVKit.

amith-ranasinghe commented 4 years ago

I am facing the same issue. any workaround?

ouhuiju commented 4 years ago

Is this project out of maintenance?

xmkaufman commented 4 years ago

Yes - four years out of maintenance. See pull request 316 for switch from MPMoviePlayerController to AVPlayerViewController - https://github.com/mwaterfall/MWPhotoBrowser/pull/316

nwkeeley commented 4 years ago

Can anyone suggest any alternatives with similar functionality?

MahmoudMMB commented 4 years ago

You can use this. I solved the problem here. https://github.com/MahmoudMMB/MWPhotoBrowser-AVKit

manishvpatel commented 3 years ago

Very much thank you @MahmoudMMB