ios - iPhone中的文本字段监听器
<p><p>我是 iPhone 新手。</p>
<p>基本上我是Java背景的。</p>
<p>我需要的是当我将一个文本字段的焦点更改为我需要的另一个文本字段时</p>
<p>触发事件。</p>
<p>类似于 Java 中的焦点变化监听器。</p>
<p>iPhone 中有哪些可用的监听器以及如何使用它们?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>使用 <a href="http://developer.apple.com/library/ios/#documentation/uikit/reference/UITextFieldDelegate_Protocol/UITextFieldDelegate/UITextFieldDelegate.html" rel="noreferrer noopener nofollow">UITextFieldDelegate</a>像 <code>textFieldDidBeginEditing:</code> 这样的方法会在 textfield 成为第一响应者时被调用。</p></p>
<p style="font-size: 20px;">关于ios - iPhone中的文本字段监听器,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/4414711/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/4414711/
</a>
</p>
页:
[1]