简体   繁体   中英

Swift - present UIViewController

I am trying to present a View but the rest should just stay the same. I think it's easier to understand with some pictures:

在此处输入图像描述

If the user clicks on a cell on that view, this view should pop up. But the bottom bar + the "add"-Button should just stay there.

在此处输入图像描述

If I just present the view the bottom-bar "pop-up" as well but I don't want that. I hope my problem is clear. I am grateful for every help!

The only way is to add the vc as a subview and make its view behind the plus button view as if you tried to present it, it'll cover everything even if it's modal, follow this link

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM