EXC_BAD_ACCESS when I change moviePlayer contentURL
- by Bruno
Hello,
In few words, my application is doing that :
1) My main view (MovieListController) has some video thumbnails and when I tap on one, it displays the moviePlayer (MoviePlayerViewController) :
MovieListController.h :
@interface MoviePlayerViewController : UIViewController <UITableViewDelegate>{
UIView *viewForMovie;
…