I am using a UIStackView in iOS 9 SDK. The height of the stackview is 44 points. I have a UILabel and UIView inside the StackView as shown below:
Now, I wa
First you need to add UIStackView
on the cell
Need to add constraints to your UIStackView
Adjust your UIStackView
Drag&Drop UILabel
into your UIStackView
Then Drag&Drop UIView
into your UIStackView
Add green-UIView
like subview to pink UIView
Now you can add couple constraints to green-UIView
Now you can run app on simulator or device
Notice that I don't added any constraints for UILabel
.