2012-02-20 22 views

回答

0

使用的MPMoviePlayerController的觀點對視頻

的頂部添加類似的東西

MPMoviePlayerController *moviePlayerController;// initialize the MPMoviePlayerController with URL 
UILable *lable = [[UILable alloc] init]; 
lable.frame = CGRectMake(0,0,100,200); 
[moviePlayerController.view addSubview:lable]; 
[lable release]; 
相關問題