I have a view in my storyboard. By default I have set the view height to "0". Based upon my condition I need to modify the height of view to a certain height and give greater than or equal to constraint. I have tried according to this link.
Is there is a way to create constraint greater than or equal relation through code.
But it is not working in my case.