I already configured it from the story board to truncate tail, but it still doesn't get truncated when I set the addressLabel.text = "something very long"
Any ideas?
I already configured it from the story board to truncate tail, but it still doesn't get truncated when I set the addressLabel.text = "something very long"
Any ideas?
The issue was because there is no horizontal spacing between the address and the contact label, Also because address label has equal width so its taking the width of the screen and as you can see the three dots.by adding constraints should solve your issue.
Good luck !