I have a UIView
and I set the constraints using Xcode Interface Builder.
Now I need to update that UIView
instance's height constant programmatically.
There is a function that goes like myUIView.updateConstraints()
, but I don't know how to use it.