Xcode storyboard is masking uitabbarcontroller elements with blue colour

假如想象 提交于 2019-12-12 03:45:34

问题


When I launched my project, all the uitabbarcontroller views are covered in blue. I didn't set the background to blue in code or by using the storyboard. And all of the elements that I add onto the storyboard go behind this mask.

Here is what it looks like. What could I be doing wrong?

Using Xcode 10 and Swift 3.


回答1:


This is a bug in Xcode 8, when you add an image to your tabbar item the blue area will be removed for that specific viewController. So add an image to the tabbar item and the blue mask will disappear.



来源:https://stackoverflow.com/questions/40248178/xcode-storyboard-is-masking-uitabbarcontroller-elements-with-blue-colour

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!