【问题标题】:remove tab bar blurred effect去除标签栏模糊效果 【发布时间】:2017-07-27 15:57:46 【问题描述】: 有没有办法去除标签栏模糊效果 我设置了背景图片,它看起来像第一张图片。 如果我让它透明,你可以像第二张图片一样通过它看到表格。 我想让它像第三张照片一样 【问题讨论】: 标签: ios swift3 xcode8 【解决方案1】: 你可以使用透明 barTintColor 属性。 nameOfTabBar.barTintColor = .clear 此属性负责应用到标签栏背景的色调颜色。 您可以在https://developer.apple.com/documentation/uikit/uitabbar找到更多信息 【讨论】: