Skip to content

iOS UINavigationController

Kevin Leong edited this page Nov 15, 2016 · 1 revision

UINavigationController

Customizing the Navigation Bar

// Button colors
navigationController?.navigationBar.tintColor = UIColor.white

// Title color
navigationController?.navigationBar.titleTextAttributes =
    [NSForegroundColorAttributeName: UIColor.white]

References

Clone this wiki locally