Notes

Tab bar 相关

显示与隐藏 tab bar

// 在 ControllerA 跳转 ControllerB 的地方
hidesBottomBarWhenPushed = true
navigationController?.pushViewController(vc, animated: true)
hidesBottomBarWhenPushed = false

隐藏 tab bar 上的分割线

<#a tab bar#>.tabBar.shadowImage = UIImage()
<#a tab bar#>.tabBar.backgroundImage = UIImage()