Top "Uistackview" questions

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

Padding or margin for UILabels in UIStackView

I want to add margins or paddings on the right of some nested UILabels like shown here: Using trailing spaces …

objective-c autolayout interface-builder uistackview
How to resize subviews of UIStackView in Xcode?

Every time I try to add something to a UIStackView in iOS it autosizes my subviews into something that is …

ios xcode uistackview
How can I delete stack view from storyboard

I'm trying to make my UI design by stack view. Unfortunately, I'm unable, so now I want to delete stackview …

ios objective-c swift uistoryboard uistackview
Get the frame of a UIStackView subViews

I have created a UIStackView in IB which has the distribution set to Fill Equally. I am looking to get …

ios swift subview uistackview
height and vertical position are ambiguous for UIStackView

Autolayout cannot figure out the height or vertical position of a UIStackView despite having added subviews. This is a pretty …

ios swift cocoa-touch uistackview
determining the intrinsic size of a UIStackView before display on the screen

I would like to determine the instrinstic size of a stack view before displaying it on the screen. The idea …

ios uistackview
UIStackView and truncated Multiline UILabels

I want to add several multiline Labels to an UIStackView. But I always end up my Labels being truncated. As …

ios swift uilabel uistackview
Swift UIStackView utilize full width of UIStackView

In above screen, you can see I am using a UIStackView to fill radio buttons vertically. problem is my radio …

ios swift uistackview