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.
我想在屏幕截图中设置为 iPhone 的以下键盘。
对我来说重要的是同时使用英文字符“@”和“#”。
设置文本字段的键盘类型
textfield.keyboardType = UIKeyboardTypeTwitter;
文档说明了一切。 UIKeyboardTypeTwitter.
UIKeyboardTypeTwitter