ASTextNode
기본 사용법
let attrs = [NSFontAttributeName: UIFont(name: "HelveticaNeue", size: 12.0)]
let string = NSAttributedString(string: "Hey, here's some text.", attributes: attrs)
node = ASTextNode()
node.attributedText = stringTruncation
textNode = ASTextNode()
textNode.attributedText = string
textNode.truncationAttributedText = NSAttributedString(string: "¶¶¶")
Link Attributes

ASTextNodeDelegate
잘못된 줄 간격과 최대 라인 수
Last updated
Was this helpful?