-1

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:

enter image description here

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.

enter image description here

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!

Chris
  • 1,828
  • 6
  • 40
  • 108

1 Answers1

1

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

shim
  • 9,289
  • 12
  • 69
  • 108
Shehata Gamal
  • 98,760
  • 8
  • 65
  • 87