Anyone having issue with the iPhone X simulator around the UITabBar component?
Mine seem to be rendering the icons and title on top of each other, I\'m not sure if I
I added this to viewWillAppear of my custom UITabBarController, because none of the provided answers worked for me:
viewWillAppear
UITabBarController
tabBar.invalidateIntrinsicContentSize() tabBar.superview?.setNeedsLayout() tabBar.superview?.layoutSubviews()