Allow iOS 11 large titles to be centered

Originator:roben.kleene
Number:rdar://36998078 Date Originated:
Status: Resolved:
Product:UIKit Product Version:
Classification: Reproducible:
 
We'd love to move our app to use large titles but we feel that even with the ability to specify a font, that they still don't allow enough options for us to make them fit our brand. If we could center the large titles, that would go a long way to make the large titles fit our brand better.

`UINavigationBar` has a `largeTitleTextAttributes` which allows a `paragraphyStyle` to be specified. The `NSMutableParagraphStyle` has an alignment property that can be set to `.center`. But even when this property is set, the large titles are still left aligned. It would be great if this setting allowed the large titles to be centered.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!