MWPhotoBrowser
MWPhotoBrowser copied to clipboard
video not work on iOS13
video not work on iOS13。MPMoviePlayerController is no longer available. Use AVPlayerViewController in AVKit.
I am facing the same issue. any workaround?
Is this project out of maintenance?
Yes - four years out of maintenance. See pull request 316 for switch from MPMoviePlayerController to AVPlayerViewController - https://github.com/mwaterfall/MWPhotoBrowser/pull/316
Can anyone suggest any alternatives with similar functionality?
You can use this. I solved the problem here. https://github.com/MahmoudMMB/MWPhotoBrowser-AVKit
Very much thank you @MahmoudMMB