Baris Sencan
Baris Sencan
Just a heads up, you can use [seamless-immutable](https://github.com/rtfeldman/seamless-immutable) to not break backwards compatibility.
I am pretty sure that a message sent to a nil object is treated as no-op in Objective-C. The problem's cause should lie elsewhere.
There are plans to switch to AVPlayer in the upcoming months. The repo does need maintenance but we are pretty occupied with more important tasks at the moment.
Could you check the video url found by the [YoutubeParser ]([url](https://github.com/mobileplayer/mobileplayer-ios/blob/master/MobilePlayer/Parsers/YoutubeParser.swift))for that youtube url?
Thanks for the PR! Could you convert the indentation length back to two spaces in all files so I can also take an easier look at the diff? Would also...
You can add an event handler to it just like you would add to any button. You can get the close button view by using `playerVC.viewForElementWithIdentifier("close") as? UIButton`. **Edit** Take...
Reviewed 2 of 2 files at r1. Review status: all files reviewed at latest revision, 3 unresolved discussions, some commit checks failed. --- *[MobilePlayer/MobilePlayerViewController.swift, line 159 at r1](https://reviewable.io:443/reviews/mobileplayer/mobileplayer-ios/164#-KjhP6wNRIFLx-C1dBEE:-KjhP6wNRIFLx-C1dBEF:bvctwhs) ([raw file](https://github.com/mobileplayer/mobileplayer-ios/blob/8eedbd10be88675b4fe47c9ec1ce58078e41805f/MobilePlayer/MobilePlayerViewController.swift#L159)):*...
You should be able to do it. `MobilePlayerViewController` extends `MPMoviePlayerViewController` and doesn't touch the layout of its main view. Let me know if you're having issues and post a part...
This should be documented.
@dependabot recreate