iphone - How to make webview transparent? -
iphone - How to make webview transparent? -
this question has reply here:
how create transparent uiwebview 6 answersi 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
Post a Comment