I made a custom UIView and made the UI with an XIB and the hierarchy is like below
The highlighted view has many constraints hooked with its superview. Now I want to make the view the subview of the vibrancy effect view, AND preserve the constraints between the highlighted view
and the current superview
.
Right now if I just drag the view inside, the constraints are removed.
Does anyone know how I can achieve this?