/* To set item label text attributes use the appearance selectors available on the superclass, UIBarItem. */ //UI_APPEARANCE_SELECTOR当后面带有这个宏的时候一般都可以使用appearance来配置 //全局配置UITabBarItem的文字属性 [[UITabBarItem appearance] setTitleTextAttributes:@{NSForegro…