Can UIStackView also be used within a UITableViewCell?

user4151918 picture user4151918 · Jun 9, 2015 · Viewed 18.8k times · Source

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

Answer

user023 picture user023 · Jun 11, 2015

Yes its possible.
Take a look at the WWDC15 video. They demonstrate the use of a UIStackView within a UITableViewCell. It's around 5:00

WWDC 15 - Implementing UI Designs in Interface Builder