| | |
| | | navigationBar.standardAppearance.titleTextAttributes = [.foregroundColor:Def_NavFontColor,.font:Def_NavFont] |
| | | navigationBar.scrollEdgeAppearance?.titleTextAttributes = [.foregroundColor:Def_NavFontColor,.font:Def_NavFont] |
| | | } |
| | | |
| | | |
| | | if viewController is TreeTeskVC{ |
| | | if #available(iOS 15.0, *) { |
| | | navigationBar.standardAppearance.backgroundColor = .white |
| | | navigationBar.scrollEdgeAppearance?.backgroundColor = .white |
| | | navigationBar.standardAppearance.titleTextAttributes = [.foregroundColor:UIColor.black,.font:Def_NavFont] |
| | | navigationBar.scrollEdgeAppearance?.titleTextAttributes = [.foregroundColor:UIColor.black,.font:Def_NavFont] |
| | | }else{ |
| | | navigationBar.setBackgroundImage(UIImage(), for: .default) |
| | | navigationBar.shadowImage = UIImage() |
| | | } |
| | | } |
| | | } |
| | | |
| | | //侧滑 |