I need to set alpha parameter for my UITabBar. I do that the following way:
self.tabBarController?.tabBar.alpha = CGFloat(0.2)
Probably it works, but here is result:
As you can see UIBarButtonItem has alpha of 0.2 too. How can I set separate alpha for UITabBar and UITabBarItem?