UINavigationController overlap navigation bar

112 Views Asked by At

I have a UINavigationController similar to this one

enter image description here

I have elements on the screen which are animated to move across the screen.(https://github.com/Yalantis/Koloda) I want those elements to overlap with the navigation bar. Now when the navigation bar simply clips these views. I tried removing clipToBounds from several places without results.

0

There are 0 best solutions below