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.
我怎样才能改变标准 UIKeyboard 对象的外观和感觉。我想为 UITextField 对象创建透明键盘。
您可以将 UITextField 对象上的 keyboardAppearance 属性设置为 UIKeyboardAppearanceAlert:
myTextField.keyboardAppearance = UIKeyboardAppearanceAlert;