Reputation: 2200
I have a UINavigationController similar to this one
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.
Upvotes: 0
Views: 108