To my understanding, the only way to subclass UITabBar (to increase the height) in a UITabBarController is to implement a storyboard and assign the subclass directly via the interface builder.
I was wondering if it would be possible to simply swizzle self.tabBar to our own subclassed tab bar, but that probably wouldn’t work.
Any other ideas? I’m simply trying to increase the height of the tab bar, while not breaking or conflicting with the superview’s constraints.