ALMoviePlayerController icon indicating copy to clipboard operation
ALMoviePlayerController copied to clipboard

A drop-in replacement for MPMoviePlayerController that exposes the UI elements and allows for maximum customization.

Results 20 ALMoviePlayerController issues
Sort by recently updated
recently updated
newest added

If I present a view controller, play a movie, then pop the view controller, then present the same view controller again and try and play a movie, the app will...

More of a question than an issue: Currently I have `MPMoviePlayerController` in the upper part on a view and in addition one in every cell of a `UITableView`. MPMoviePlayerController behaves...

Please Update Your library for iOS 8. In full screen mode in iOS 8 in fullscreen Landscape mode app is not behaving as it in iOS 7.

Run in IOS8 directly to the wrong, but I don't know how to solve, can you help us? You are very good, can you solve it ERR: [[NSException exceptionWithName:@"ALMoviePlayerController Exception"...

Hi, When rotate device to player auto fullscreen, action this possible? that possible use about technique? Thank you!

Hi, How to setting ALMoviePlayerControll for play in background mode? Thank you.

A bit of a weird bug. When a video is paused, and the "Done" button is tapped, a blip of audio plays. Thank you for your help. :)

Hi , i was working on table view controller , each cell contains thumb nail image generated from AVAssetImageGenerator. tapping on the cell it present view controller contains ALMoviePlayerController its...

When player stay under the modal view controller then player stop and show loading how to continue play video when dismiss modal view? ``` objc if (self.moviePlayer.playbackState == MPMoviePlaybackStatePlaying) {...