我有一个ViewController
和一个containerView
。问题是我的containerView
遮盖了我的ViewController
,所以我无法单击buttons
内的ViewController
。
我知道我可以self.view.sendSubviewToBack(containerView)
,但是这并不能解决我的问题,因为我实际上希望containerView(bottomBar + settingsButton)在前台可见。
有什么办法可以使containerView
上的ViewController
仍然可以单击ViewController
内的按钮?
答案 0 :(得分:0)
您需要反转容器,具有addButton和底部栏的vc应该容纳另一个vc,通过此操作,您可以控制childVC的可见性(单击添加时弹出的VC)回到您需要的内容