4
我已經在使用UIWebView的視圖中嵌入了YouTube。iOS - 全屏播放器控制器欄顏色
NSString *html = [NSString stringWithFormat:@"<html> <body style=\"margin:0;\"><iframe class=\"youtube-player\" type=\"text/html\" width=\"%f\" height=\"%f\" src=\"http://www.youtube.com/embed/%@\" frameborder=\"0\" allowfullscreen></iframe></body></html>", self.view.bounds.size.width - kTitleLabelLeftIndent*2, kUIWebViewHeight, self.utubeId];
utubeWebView = [[UIWebView alloc]init];
[utubeWebView setAllowsInlineMediaPlayback:YES];
[utubeWebView loadHTMLString:html baseURL:nil];
youtube網址已嵌入到我的應用中。當我打在utudeWebView的播放按鈕就說明這樣的全屏:
其中紅色控制器欄,頂部不是找good.Could有人告訴我,我怎麼能更改的顏色酒吧?
任何建議,將不勝感激。在此先感謝,
約翰