Top "Uistackview" questions

The UIStackView class provides a streamlined interface for laying out a collection of views in either a column or a row.

How do I get a UIStackView to update its layout?

I have a UIStackView with 5 subviews. I want to be able to animate the width of these subviews by updating …

ios uistackview
iOS - Add vertical line programatically inside a stack view

I'm trying to add vertical lines, between labels inside a stack view all programatically. The desired finish will be something …

ios uiview swift3 uistackview
Can UIStackView support iOS 8 or 7?

I know that UIStackview is a new feature in iOS 9. If I want my app to support iOS 8 or iOS 7, …

ios ios7 ios8 autolayout uistackview
Can UIStackView also be used within a UITableViewCell?

Can UIStackView be used to resize, reposition, or collapse views within a UITableViewCell?

ios uitableview autolayout ios9 uistackview
Hiding the subview in UIStackview in ios

In order to hide a subview in UIStackView is it better to set the isHidden to true or to use …

ios swift swift3 uistackview
How to size a UIStackView depending on its content?

I would like to have a similar behavior than the <Table> HTML tag, in the sense where the …

ios uitableview swift2 height uistackview
How do you right align a horizontal UIStackView?

I've yet to find an answer for this anywhere and I'm not sure if it's possible, but I'm trying to …

swift interface-builder uistackview
Nested UIStackViews Broken Constraints

I have a complex view hierarchy, built in Interface Builder, with nested UIStackViews. I get "unsatisfiable constraints" notices every time …

ios cocoa-touch autolayout interface-builder uistackview
What's the difference between a UIStackView And A UICollectionView in Xcode 7?

What's the difference between a UIHorizontalStackView and a Collection View(Also Vertical stackview)? Can't a collectionView be horizontal and vertical? …

swift user-interface uicollectionview ios9 uistackview
Overlapping Views in UIStackView

I have an horizontal stack view that I added arranged sub views to it (7 cells). Each one of the cells …

ios uistackview