The text in label does not wrap it trims

The text in label does not wrap it trims the dat till label weight my data is in tableview and I am try to display 5-6 label in a cell,I have used stackview but the problem is when the data count is small it appears proper but as soon as data count exceeds the data start clipping how can i solve this problem

Need to set the labels Desired width to explicit and give a size:

in Interface Builder, select size Inspector ; that's the first field at top.


Also set number of lines to 0


Note : this question should better be posted in Cocoa or Cocoa Touch forums, it is not a Swift question.

The text in label does not wrap it trims
 
 
Q