I have a simple iOS app (running on iPad) that has only an UIWebView
filling the full screen.
Now I added a new UIWebView
(a lot smaller that the previous one) and let it sit on top of the first one.
Is there a way for me to be able to drag and drop the second UIWebView
around on the first one?
Thanks a lot