The height of the UITabBar seems to have changed between iOS 7 and 8/9/10/11. I\'m posting this question for others to easily find the answer.
So: What\'s the height
I would recommend just calculating it using TabBar.Height - UIApplication.SharedApplication.KeyWindow.SafeAreaInsets.Bottom. Check for system version >= 11 first.
TabBar.Height - UIApplication.SharedApplication.KeyWindow.SafeAreaInsets.Bottom