Same WebView on every view
问题 Basically i have a WebView on SecondViewController and I wish for the WebView to be visible on every view like a tab bar and fully controllable on each view. Please note the WebView will be on a webpage with a online slideshow so I cannot simply reload on each view Also in the SecondViewController I have - (void)webViewDidFinishLoad:(UIWebView *)YouTubePlayer { 回答1: I'd just set up a singleton UIWebView and add it to each view-controller-view when that view controller is about to become