不透明和模糊

时间:2015-05-06 20:04:03

标签: ios swift

我试图在tabBar上的navigationBar上重新创建以下效果。但它似乎并不透明。我一直在关注本教程,但似乎没有用。我需要什么来重新创建它?

enter image description here

在我的tabBarController类

<?php
$foo = '1-2-3-4';
?>
var semanas1 = <?php echo $foo; ?>

1 个答案:

答案 0 :(得分:2)

您只需设置tabBar.translucent = true而不是整个underlayView

更改色调颜色设置tabBar.barStyle = .Black,使其与图片中的导航栏效果类似。
 如果要设置自定义色调颜色,请将tabBar.barTintColor设置为您想要的任何颜色。

在此处详细了解Tab Bars和Tab Bars Translucency: https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/UIKitUICatalog/UITabBar.html