我构建了一个app Demo,使用hidesBottomBarWhenPushed在Push Animation中隐藏Tabbar.

但是,当我点击跳转按钮标签栏向上移动!?像这样:

我的自定义标签栏:
class MyTabBar: UITabBar {
}
My custom tab Bar Controller:
class MyTabBarController: UITabBarController {
}
Run Code Online (Sandbox Code Playgroud)
我的问题是如何在我的自定义标签栏控制器中使用我的自定义标签栏?