【发布时间】:2014-10-03 02:36:24
【问题描述】:
当我尝试How to you set the maximum number of characters that can be entered into a UITextField using swift? 时,我发现如果我使用所有 10 个字符,我也无法删除该字符。
我唯一能做的就是取消操作(将所有字符一起删除)。
有谁知道如何不挡住键盘(这样我就不能添加其他字母/符号/数字,但我可以使用退格键)?
【问题讨论】:
标签: ios swift uitextfield character max