Change the color of iOS Navigation Bar

前端 未结 9 2090
挽巷
挽巷 2020-12-07 13:57

I\'m trying to change the color of my navigator bar but I found that it\'s only impossible if the navigator is the root one.

I\'m trying this:

self.n         


        
9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-07 14:40

    For black nav bar try this:

    navigationController?.navigationBar.barStyle = .black
    

提交回复
热议问题