/VanillaTextView

Primary LanguageSwiftMIT LicenseMIT

VanillaTextView

Carthage compatible

What is this

個人用途で iOS の TextKit で色々遊んだ結果得られた知見まとめ的なやつ。

副産物として余計な味付け無しの UITextView を作ったので、忘れないように切り出した。

最終的には NSAttributedString を綺麗に作りましょうという結論に至ったもの。

ToDo

  • サンプルアプリをもうちょっとちゃんと作る。
  • README をもうちょっと良い感じにする。

Carthage

https://github.com/Carthage/Carthage

Write your Cartfile

github "dnpp73/VanillaTextView"

and run

carthage bootstrap --no-use-binaries --platform iOS

License

MIT