DarkAngel7 / UINavigationController-DAPowerfulCustomization

A category to expand UINavigationController, UINavigationItem and UIViewController. You can customization UINavigationBar for each view controller and enjoy your life.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[self.navigationController.navigationBar setTranslucent:NO];这个属性设置就不生效了吧。

caijinming opened this issue · comments

可以兼容这个属性,但是Translucent = NO的话,导航栏默认无背景色,为nil,如果backgroundViewAlpha = 0,则导航栏会成为黑色,此时需要去设置导航栏自己的背景色。最新的版本1.4.1里已经兼容了此属性,你可以测试下。