ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.84k stars 1.69k forks source link

│ [-Line2-] [-Line3-] │ <- Row2 #884

Open ZackDT opened 5 years ago

ZackDT commented 5 years ago

YYTextLayout类描述上面可以实现: `│ [--------Line0--------] │ <- Row0

 │ [--------Line1--------]  │  <- Row1

 │ [-Line2-]     [-Line3-]  │  <- Row2

 │ [-Line4]       [Line5-]  │  <- Row3

 │ [-Line6-]     [-Line7-]  │  <- Row4

 │ [--------Line8--------]  │  <- Row5

 │ [--------Line9--------]  │  <- Row6

` 新建一个NSMutableAttributedString,添加一个在NSMutableAttributedString,其alignment = .left,然后在添加一个NSMutableAttributedString,其alignment = .right。计算YYTextLayout,没有达到效果(一行,左边title,右边描述)