Comment on TextKit 2 – The Promised LandparentComments−1over1371yOr use the old ones. Obj-C and AppKit are pretty stable and have a big knowledge base out there.−lapcat1yNSTextView uses TextKit 2 by default now, so you can't really escape it. This is precisely why the TextEdit app has become so buggy, because the app is mostly a default NSTextView.
Comments
Or use the old ones. Obj-C and AppKit are pretty stable and have a big knowledge base out there.
NSTextView uses TextKit 2 by default now, so you can't really escape it. This is precisely why the TextEdit app has become so buggy, because the app is mostly a default NSTextView.