0
我正在顯示的WebView的tableview細胞內,但是當我向上和向下滾動其顯示相同的Web視圖的多個的iOS - 實現代碼如下多個顯示器
請檢查我下面的代碼
videoHTML = [NSString stringWithFormat:@"\
<html>\
<head>\
</head>\
<body>\
<iframe src=\"%@\" ></iframe>\
</body>\
</html>", videoURL];
UIWebView *videoView = [[UIWebView alloc] initWithFrame:self.view.frame];
ccell.backgroundColor=[UIColor redColor];
[ccell.contentView addSubview:videoView];
[videoView loadHTMLString:[videoHTML stringByReplacingOccurrencesOfString:@"\n" withString:@"<br/>"] baseURL:nil];
請困在這裏4小時,現在怎麼也找不到這個做