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.
有一个名为“彩色键盘”的应用程序,它改变了 iOS 的键盘外观。它在 App Store 上。这怎么可能?
如何在我的应用程序中更改键盘的颜色?
假设您有一个UITextFieldnamed ,您可以通过设置其属性myTextField将 anyUIView作为此文本字段的自定义键盘。inputView
UITextField
myTextField
UIView
inputView
因此,您可以创建一个UIView完整的按钮,看起来像一个键盘,并将其附加到您的视图中。
这适用于任何UIResponder,而不仅仅是文本字段。
UIResponder