I would like to invalidate a uiview constraints from code to force all fields to relayout based on a specific change in the view.
For example, suppose i have two UILabels that are given a fixed VerticalSpace constraint. And in some user event i am resizing the label that is on top. I would like to be able to force the constraint to invalidate from code.
This is the first time i use constraints and i do not understand how i can do this from code. I know that when the device is rotated constraints on UIViews are invalidated.