I need the imageView of tabBarItem to animate it while selecting. I was able to get the imageView before iOS 13 like this:
tabItem.subviews.flatMap { $0 as? UIImageView }.first
But now the subView only contains the UIVisualEffectView as its only subview and I'm not able to get the imageView of tabBarItem.
I'm using Xcode 11.1 and iOS13.1 iPhone 11.