I have an ui design with a pageviewcontroller in a storyboard with autolayout activated. The design consists of several labels and some images for each page. on some pages some labels should not be visible (beacause there is no information to display). I just can hide the ui element but than I get a visible gap between the ui elements.
What is the easiest way to hide a ui element and unblock the space of it? Like "GONE" in android.