I use the appearance class to customize all the visual characteristics of user interface elements. For example, I change the color and font of the entire UIBarButtonItem using UIBarButtonItem.appearance().setTitleTextAttributes . It already works
Is there a way to make the text throughout the UIBarButtonItem in the application also uppercase?
thanks
source share