标签: iphone keyboard development-environment
我想在屏幕截图中为iPhone设置跟随键盘。
对我来说重要的是同时使用英文字符'@'和'#'。
答案 0 :(得分:2)
设置文本字段的键盘类型
textfield.keyboardType = UIKeyboardTypeTwitter;
答案 1 :(得分:1)
The documentation tells all. UIKeyboardTypeTwitter。
UIKeyboardTypeTwitter