Questions tagged [uinavigationbarappearance]
47 questions
0
votes
1 answer
How can I set the color of a custom back arrow image with UINavigationBarAppearance?
I have an iOS app that uses a custom back chevron for the back button in navigation bars with custom background colors and shadows and such. I'd like to set the color of that back indicator image to something besides the default blue. How do I do…

Tom Hamming
- 10,577
- 11
- 71
- 145
-1
votes
2 answers
how do i change the navigation bar title color in swift?
Im not sure how to change the color of the following nav bar title:
with the following code:
override func viewDidLoad() {
super.viewDidLoad()
let navigationBarAppearace = UINavigationBar.appearance()
navigationBarAppearace.tintColor =…

Gino Sesia
- 383
- 2
- 4
- 14