// 在 ControllerA 跳转 ControllerB 的地方
hidesBottomBarWhenPushed = true
navigationController?.pushViewController(vc, animated: true)
hidesBottomBarWhenPushed = false
<#a tab bar#>.tabBar.shadowImage = UIImage()
<#a tab bar#>.tabBar.backgroundImage = UIImage()