Answers for "navigation component set title color"

2

how do change title color in navigation bar

navigationBar.largeTitleTextAttributes = [.foregroundColor: UIColor.white]
Posted by: Guest on November-23-2020
0

textColor for title in navigation Bar

self.navigationController?.navigationBar.titleTextAttributes = [NSAttributedString.Key.foregroundColor: UIColor.white]
Posted by: Guest on December-09-2021

Code answers related to "navigation component set title color"

Code answers related to "Swift"

Browse Popular Code Answers by Language