How to animate a view to hide behind Navigation Bar – Ios swift
I'm trying to animate a view to hide behind the navigation bar. The idea is the yellow label to appear from behind the green view. I tried this modifying the top constraint to a negative number, but it works but…