Reputation: 1567
Hi i have a UIwebview that open a google map in my app.
Is there anyway i can create a button on top of UIWebview? because currently, the UIWebview will always overlaps my buttons.
thanks, Jon
Upvotes: 0
Views: 575
Reputation: 2336
Yes, you can do this in Interface Builder. Just put the UIWebView in the backmost layer, and you'll have no problem putting buttons on top.
Upvotes: 1