Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 591 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 591 Bytes

MDCurveKit

MDCurveKit是一套关于曲线的控件、基本库的集合,目前包括:MDCurve,MDCurveLabel。

MDCurve

MDCurve 用于解决曲线运算,并提供按线长比例定位的方法。使用方式可以参考MDCurve

MDCurveLabel

MDCurveLabel 基于MDCurve实现按曲线排版文字,有两种赋值方式

  • {text, font, textColor}方式
  • attributedString方式

使用方式可以参考MDCurveLabel