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 开发的新手。我有几个文本框,我希望用户在其中输入百分比(不是字母),所以我只需要一个数字键盘。当用户完成此操作后,我还希望他们轻松摆脱键盘。
以最简单的方式,在这里把我当作一个醉酒的 5 岁孩子,有人可以指导我完成所需的步骤吗?
假设一个 UITextField:
textField.keyboardType = UIKeyboardTypeNumberPad;