开发者

Create iphone buttons to overlap UIwebView

开发者 https://www.devze.com 2023-01-30 00:21 出处:网络
Hi i have a UIwebview that open a google map in my app. Is there anyw开发者_Python百科ay i can create a button on top of UIWebview? because currently, theUIWebview will always overlaps my buttons.

Hi i have a UIwebview that open a google map in my app.

Is there anyw开发者_Python百科ay i can create a button on top of UIWebview? because currently, the UIWebview will always overlaps my buttons.

thanks, Jon


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消