TextKitEditor icon indicating copy to clipboard operation
TextKitEditor copied to clipboard

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

Results 2 TextKitEditor issues
Sort by recently updated
recently updated
newest added

In `TKELayoutManager.m`: ```objective-c // The additional indent is the distance from the first to the last character leftInset += [self locationForGlyphAtIndex:firstTextGlyphIndex].x - [self locationForGlyphAtIndex:firstGlyphIndex].x; ``` But, `-[NSLayoutManager locationForGlyphAtIndex:]` may call...

Using Xcode 6.1 and iOS 8.1 in the simulator.