iOS TabBar item title issue in iOS13
问题 I am having issue in tabBar title for iOS13 on compiling from Xcode 11.It works perfect whle compiling from Xcode 10.Please find the screenshot for the issue and below is the code for customising the tabBar. The code is self.tabBar.isTranslucent = true self.tabBar.tintColor = UIColor.white UITabBarItem.appearance().badgeColor = Constant.Colors.colorFF1744 if #available(iOS 13, *) { let appearance = UITabBarAppearance.init() appearance.stackedLayoutAppearance.normal.titleTextAttributes =