1
Comment changer la couleur de fond grise par défaut d'UIWebView en image?comment changer l'arrière-plan de l'UIWebView
Comment changer la couleur de fond grise par défaut d'UIWebView en image?comment changer l'arrière-plan de l'UIWebView
Voici comment vous pouvez définir l'image d'arrière-plan:
self.webView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageWithContentsOfFile:imagePath]];