wangrui460 / WRNavigationBar_swift

WRNavigationBar which allows you to change NavigationBar's appearance dynamically

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

在 xcode 9 上

SongBaiw opened this issue · comments

// 自定义导航栏必须设置这个属性!!!!!!
customNavBar = navBar
view.addSubview(navBar)
// 设置导航栏颜色
navBarBarTintColor = BaseColor
// 设置初始导航栏透明度
navBarBackgroundAlpha = 0
// 设置导航栏按钮
navBarTintColor = .white
// 设置标题文字颜色
navBarTitleColor = .white
navBarShadowImageHidden = true

这段代码 会不显示