titleTextAttributes
titleTextAttributes is a property found in iOS development, specifically within the UIKit framework. It is used to customize the appearance of the title text displayed in navigation bars and tab bars. This property expects a dictionary of strings to objects, where the keys represent the text attributes to be modified and the values are the desired settings for those attributes.
Common text attributes that can be set include font, foreground color, shadow color, shadow offset, and baseline
When setting titleTextAttributes, it's important to provide values that are compatible with the expected attribute types.