You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]