How do you do all UIBarButtonItem uppercase applications?

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

+5
source share

Source: https://habr.com/ru/post/1232811/


All Articles