Contents

titleTextAttributes

Display attributes for the bar’s title text.

Declaration

var titleTextAttributes: [NSAttributedString.Key : Any]? { get set }

Discussion

You can specify the font, text color, text shadow color, and text shadow offset for the title in the text attributes dictionary, using the text attribute keys described in NSAttributedString.Key.

See Also

Configuring the title