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.
我正在构建一个基于 TVML/TVML 的 tvOS 应用程序,并希望在我的textField元素上使用纯数字键盘,但文档目前没有说明如何做到这一点。
textField
在textFieldTVML 元素上,您可以指定一个keyboardType值为 的属性numberPad以获取数字键盘。
keyboardType
numberPad
<textField keyboardType="numberPad">Placeholder</textField>