How can I delete stack view from storyboard

user5978134 picture user5978134 · Sep 10, 2016 · Viewed 9k times · Source

I'm trying to make my UI design by stack view. Unfortunately, I'm unable, so now I want to delete stackview from my storyboard. I have no idea how to delete it and go restore my previous design without stackview. So how do I do this ?

I already tried this:

Select the stackview and  click Editor -> Unembed

But this situation deleted stack view and the design didn't change back to before stackviewenter image description here

Thank you

Answer

Rashwan L picture Rashwan L · Sep 10, 2016

Editor -> Unembed should be enough to delete the StackView. Here and here are two tutorials about StackViews that you can learn how it works and how to properly implement it.