• Stars
    star
    114
  • Rank 307,112 (Top 7 %)
  • Language
    Objective-C
  • License
    BSD 3-Clause "New...
  • Created over 10 years ago
  • Updated over 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Little demo application that shows how to build a code editor with TextKit.

TextKitEditor

Little demo application that shows how to build a code editor with TextKit.

It shows a couple of things:

  • Gerneral TextKit architecture and how to adjust all components
  • Live syntax highlighting
  • Diplaying paragraph numbers
  • Intelligent line wrapping
  • Dynamic line heights
  • Dynamic tab sizing