Skip to content

优化段落样式API

Compare
Choose a tag to compare
@lixiang1994 lixiang1994 released this 18 Aug 04:52
· 59 commits to master since this release

API

Changed:

AttributedString.Attribute:

old:

public static func paragraph(_ value: [ParagraphStyle]) -> Self

new:

public static func paragraph(with value: [ParagraphStyle]) -> Self