SHView SHView is a view with gone property. Features Just setGone -- view will disapear. Automatically adjust constaraints height. Automatically adjust margens. SHView in Action Stroyboard Implementation Simulator Demo Demo on Appetize.io Example let myView = SHView() add your constraints myView.gone = true or myView.gone = false