Is there a way to make a CATextLayer show the "..." if I have wrapped == YES?
Asked
Active
Viewed 1,785 times
3
-
Did you find an answer to this? I'm running into this issue at the moment. – Niall Mccormack Sep 04 '13 at 10:35
1 Answers
-4
Yes, set truncationMode = kCATruncationEnd. It defaults to kCATruncationNone.

picciano
- 22,341
- 9
- 69
- 82
-
Have you tested this? When I tested before the OP I found this did not work. – rp90 Aug 08 '11 at 17:53