Install ipad app software programmatically?

Does anyone know how I can set the background of my webView to the textured background that comes with the iPad SDK programmatically?

+3
source share
3 answers

Try the following:

webview.backgroundColor = [UIColor scrollViewTexturedBackgroundColor];
+4
source

Create UIImageViewone whose interaction is disabled, etc., and fills all the space and correctly sets the auto-rubberization masks. Then add UIWebViewon top of it.

+2
source

- -, body. . , , , , .

0

Source: https://habr.com/ru/post/1755456/


All Articles