属性 0.0.16

属性 0.0.16

测试已测试
语言语言 SwiftSwift
许可证 MIT
发布最后发布2018年1月
SwiftSwift版本4
SPM支持SPM

Kwanghoon Choi 维护。



属性 0.0.16

  • Kwanghoon Choi

属性

NSAttributedString 工具包装库

入门

使用

let hello: NSAttributedString = "Hello".attributes.with(attributes: .foreground(.red) + .background(.yellow))
let hello2: NSAttributedString = "Hello".attributes.foreground(.red).background(.yellow)
let hello3: NSAttributedString = "Hello".attributes.foreground(.red).background(.black)
let hello4: NSAttributedString = "Hello".attributes.font(.systemFont(ofSize: 18, weight: .medium))
let hello5: NSAttributedString = "Hello".attributes.strikethrough(.styleSingle)

安装

Cocoapods

target 'MyApp' do
	pod 'Attributes'
end

然后,在您的终端中或从 CocoaPods.app 运行 pod install

作者

许可证

本项目受 MIT 许可证许可 - 有关详细信息,请参阅 LICENSE 文件

鸣谢

  • 感谢任何使用过代码的人
  • 灵感
  • 等其他