Search code examples
iosswiftuitableviewline-breakscustom-cell

Ios swift TableView Cell Label LineBreak not working ...


I am new to IOS development. I am facing an issue regarding Linebreak in end of label. I have set tableview cell label linebreak as Truncate Tail but its not working (not replacing end with three dots). Kindly guide my that how can I resolve this issue. Thank You

No three dots are showing as LineBreak

On Drag Left Label Text is overlaping the action buttons.


Solution

  • Please Click 'Resolve Auto Layout constraints' and then click Update Layout Constraints. It will appear popup then add height and width constraints. You will see issue will be resolved.