Tagged Questions
0
votes
0answers
35 views
Put UIWebview on top of another
I want to stack two UIWebViews on top of each other in order to be able to draw "on top" of the the underlying view using either canvas or OpenGL.
I would like to be able to toggle this view on/off ...