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

Capture and play voice with Asterisk ARI -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -