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