3

Is there a way to make a CATextLayer show the "..." if I have wrapped == YES?

rp90
  • 854
  • 1
  • 9
  • 20

1 Answers1

-4

Yes, set truncationMode = kCATruncationEnd. It defaults to kCATruncationNone.

picciano
  • 22,341
  • 9
  • 69
  • 82