I\'ve found out that the height of a UITabBar is 49px (or 50px, depending on the source).
Because I don\'t like to use too much hard-coded values in my code I was wonder
In Swift 3, you can retrieve the height of the UITabBar with this code below.
Swift 3
UITabBar
self.tabBarController!.tabBar.frame.size.height
Which will return a CGFloat value of the height
CGFloat