CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

MDCurveKit 1.0.0

MDCurveKit 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by larkin.



  • By
  • 剑川道长

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

MDCurve

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

MDCurveLabel

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

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

使用方式可以参考MDCurveLabel