Swift-ContainerView涵盖ViewController

时间:2019-11-16 14:50:06

标签: ios swift uiviewcontroller containers

我有一个ViewController和一个containerView。问题是我的containerView遮盖了我的ViewController,所以我无法单击buttons内的ViewController

enter image description here

我知道我可以self.view.sendSubviewToBack(containerView),但是这并不能解决我的问题,因为我实际上希望containerView(bottomBar + settingsButton)在前台可见。

有什么办法可以使containerView上的ViewController仍然可以单击ViewController内的按钮?

1 个答案:

答案 0 :(得分:0)

您需要反转容器,具有addButton和底部栏的vc应该容纳另一个vc,通过此操作,您可以控制childVC的可见性(单击添加时弹出的VC)回到您需要的内容