I\'ve tried many things but impossible to find a way to put the label of a UITabBarItem with a lineNumber customised.0 (i would like to get the title on 2 lines).
Is
More stable solution:
guard let view = tabBarItem?.value(forKey: "view") as? UIView, let label = (view.subviews.flatMap{ $0 as? UILabel }).first, let imageView = (view.subviews.flatMap{ $0 as? UIImageView }).first else { return }