I am newbie in storyboards and auto layouts/constraints. I have to show one of three different views and some times full three views in widget todays extension iOS8 at specific time and I am using IBOutlets and storyboard with auto layout and constraints because it is universal build. Once I hide the specific view it will leave empty space in others views as I came to know that constraints are still there so it is.... but I have tried to remove the view from superview and set
self.exampleView.translatesAutoresizingMaskIntoConstraints = YES;
but all in vain
next scenario:
I hope i get out of this !