So i have this code that should change the nav bar title font, but it doenst
NSDictionary *attributes = [NSDictionary dictionaryWithObjectsAndKeys:[UIFon
It's a bit more readable using literals:
self.navigationController.navigationBar.titleTextAttributes = @{ NSFontAttributeName:[UIFont fontWithName:@"mplus-1c-regular" size:21], NSForegroundColorAttributeName: [UIColor whiteColor] };