ALMoviePlayerController
ALMoviePlayerController copied to clipboard
Does ALMoviePlayerController support multiple instances in a single view?
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 really badly with it (playing on one, makes me need to reallocate all the rest and stuff.
Does ALMoviePlayerController
support this better?