iphone - How to make webview transparent? -



iphone - How to make webview transparent? -

this question has reply here:

how create transparent uiwebview 6 answers

i want create webview transparent , show info on background showing images of parent view.

can please allow me know how this?

uiwebview subclass of uiview, means can set backgroundcolor property transparent uicolor:

mywebview.backgroundcolor = [uicolor clearcolor];

iphone cocoa-touch webview

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - cuda, pycuda -- how to write complex numbers -- errors:class "cuComplex" has no member "i" -

How do I check if an insert was successful with MySQLdb in Python? -