ios - Xcode storyboard equivalent of Android LinearLayout with View.GONE -


basically, in android have linearlayout of 3 views on top of each other. if set view 1 'view.gone', view 2 becomes top view , view 3 still underneath it. or if set view 2 'view.gone', view 1 above view 3. cannot find answers on how in xcode ios app. know there uistackview ios 9+ only, don't want. how do this? in swift preferably.

i solved problem pinning views other views , instead of trying change height of view using outlet of view created outlet of height constraint , set 0, shown in answer:

https://stackoverflow.com/a/23655322/4838107


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -