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.
アプリケーションのすべての UITextFields に autocapitalizationType をグローバルに設定したいと考えています。UITextField のカテゴリのメソッドをオーバーライドすることでこれを行うことはできますか?
いいえ、カテゴリはクラスの機能を拡張します。UITextField をサブクラス化し、必要な値を設定し、その動作が必要なあらゆる場所でサブクラスを使用できます。