【发布时间】:2012-07-13 01:31:24
【问题描述】:
我正在尝试创建这种效果 Fullscreen UIView with Status bar and Navigation Bar overlay on the top
导航栏是半透明的,但导航栏按钮是实心的。
self.navigationController.navigationBar.barStyle = UIBarStyleBlackTranslucent;
self.navigationController.navigationBar.alpha = .3;
这也会自动使按钮半透明。使按钮具有纯色的解决方法是什么?
谢谢!
【问题讨论】:
标签: ios xcode uinavigationbar uibarbuttonitem