iphone - set ipad app background programmatically? -


Do anyone know how I can set the backdrop of my webview in the textred background with the IPDS SDK ?

Try this:

  webview.backgroundColor = [UIColor scrollViewTexturedBackgroundColor] ;  

Comments