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++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

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