Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

nstextview

  1. O

    macOS Limit number of character in the NSTextView

    Hi, ALL, I'd like to limit number of characters in the NSTextView. On the SO I got a sduggestion to use the following code: - (BOOL)shouldChangeTextInRange:(NSRange)affectedCharRange replacementString:(NSString *)replacementString { return [super...