Is there a way to find the frame of a particular UITabBarItem in a UITabBar?
UITabBarItem
UITabBar
Specifically, I want to create an animation of an image \"falling\
Another possible but sloppy solution would be the following:
guard let view = self.tabBarVC?.tabBar.items?[0].valueForKey("view") as? UIView else { return } let frame = view.frame