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.
我在故事板中有一个场景,在那个场景中有一个文本字段。
此文本字段用于保存电话号码,因此我希望小键盘在输入 10 位数字后关闭/消失。
我看到了一个非常相似的帖子,但是当我尝试将代码放入 ViewController.m 文件时,小键盘并没有消失。如果有人可以帮助阐明我的情况,我将不胜感激。
哦,该解决方案应该有效。其中之一:
self
-(BOOL) textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string