Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我包装了 == YES,有没有办法让 CATextLayer 显示“...”?
是的,设置 truncationMode = kCATruncationEnd。它默认为 kCATruncationNone。