Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSTextField の文字数に制限を設定する簡単な方法はありますか? カウンターを用意したくないので、制限を超えている場合はユーザーに警告します。制限を設定したいので、x文字を超えた場合はもう入力できません。
NSFormatter をチェックしてください。探していることや、それ以上のことを行うのに役立ちます。それほど複雑なものが必要ない場合は、NSTextField デリゲート メソッドを試すことができます。