I have a UIView and I set the constraints using Xcode Interface Builder.
UIView
Now I need to update that UIView instance\'s height constant progra
If the above method does not work then make sure you update it in Dispatch.main.async{} block. You do not need to call layoutIfNeeded() method then.