1

image 1 constraints image 2

I am using stackView to show the hierarchy shown in image1. The two labels are in vertical stack view and then this stack view with the image is combined in an horizontal stackview.

I set the description label no of lines to 0 and make it workWrap but as this the cell is not expanding according to data.

Parv Bhasker
  • 1,773
  • 1
  • 20
  • 39

1 Answers1

2

I made it solved by adding the both labels in view. Everything else is same.

Select both label -> Editor -> Embed In -> View

Parv Bhasker
  • 1,773
  • 1
  • 20
  • 39