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 子类化,设置所需的值,并在您想要该行为的任何地方使用您的子类,