Проблема с iOS 11 и выше с UIBarButtonItem.
Вот мой фрагмент кода:
[btnAddtoSheet setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys:
[UIFont fontWithName:@"Helvetica Bold"size:15.0f],
NSFontAttributeName,[UIColor grayColor],
NSForegroundColorAttributeName,nil]
forState:UIControlStateNormal];
Где btnAddtoSheet
- UIBarButtonItem
объект.