• <tfoot id='kt9mc'></tfoot>

      • <bdo id='kt9mc'></bdo><ul id='kt9mc'></ul>
    1. <i id='kt9mc'><tr id='kt9mc'><dt id='kt9mc'><q id='kt9mc'><span id='kt9mc'><b id='kt9mc'><form id='kt9mc'><ins id='kt9mc'></ins><ul id='kt9mc'></ul><sub id='kt9mc'></sub></form><legend id='kt9mc'></legend><bdo id='kt9mc'><pre id='kt9mc'><center id='kt9mc'></center></pre></bdo></b><th id='kt9mc'></th></span></q></dt></tr></i><div id='kt9mc'><tfoot id='kt9mc'></tfoot><dl id='kt9mc'><fieldset id='kt9mc'></fieldset></dl></div>

        <small id='kt9mc'></small><noframes id='kt9mc'>

        <legend id='kt9mc'><style id='kt9mc'><dir id='kt9mc'><q id='kt9mc'></q></dir></style></legend>
      1. 用 Swift 实现 UITextFieldDelegate

        时间:2023-07-28

              <tfoot id='ZbKw3'></tfoot>

                <tbody id='ZbKw3'></tbody>

            • <small id='ZbKw3'></small><noframes id='ZbKw3'>

              • <legend id='ZbKw3'><style id='ZbKw3'><dir id='ZbKw3'><q id='ZbKw3'></q></dir></style></legend>
              • <i id='ZbKw3'><tr id='ZbKw3'><dt id='ZbKw3'><q id='ZbKw3'><span id='ZbKw3'><b id='ZbKw3'><form id='ZbKw3'><ins id='ZbKw3'></ins><ul id='ZbKw3'></ul><sub id='ZbKw3'></sub></form><legend id='ZbKw3'></legend><bdo id='ZbKw3'><pre id='ZbKw3'><center id='ZbKw3'></center></pre></bdo></b><th id='ZbKw3'></th></span></q></dt></tr></i><div id='ZbKw3'><tfoot id='ZbKw3'></tfoot><dl id='ZbKw3'><fieldset id='ZbKw3'></fieldset></dl></div>
                • <bdo id='ZbKw3'></bdo><ul id='ZbKw3'></ul>
                • 本文介绍了用 Swift 实现 UITextFieldDelegate的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有实现 UITextFieldDelegate 的 ViewController 类.我没有自动完成诸如 textFieldShouldBeginEditing 之类的功能.这是 XCode 6 中的错误吗?这是我的类实现.

                  I have my ViewController class which implements UITextFieldDelegate. I have no auto complete for the funcs such as textFieldShouldBeginEditing. Is this a bug in XCode 6? Here's my class implementation.

                  class ViewController: UIViewController, UITextFieldDelegate
                  

                  推荐答案

                  Xcode 6(Beta 1)目前不支持未实现协议方法/属性的自动完成(对于 Swift).

                  Xcode 6 (Beta 1) is not currently supporting autocomplete for non-implemented protocol methods/properties (for Swift).

                  你最好的选择是<CMD>- 在尚未完全实现的协议上单击以查看您缺少的内容.

                  Your best bet is to <CMD> - click on the protocol that isn't yet fully implemented to see what you're missing.

                  这篇关于用 Swift 实现 UITextFieldDelegate的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:OCUnit 测试 Objective-C 中的协议/回调/委托 下一篇:使用委托和协议在 2 个 UIViewController 之间传递数据

                  相关文章

                  <i id='02WO6'><tr id='02WO6'><dt id='02WO6'><q id='02WO6'><span id='02WO6'><b id='02WO6'><form id='02WO6'><ins id='02WO6'></ins><ul id='02WO6'></ul><sub id='02WO6'></sub></form><legend id='02WO6'></legend><bdo id='02WO6'><pre id='02WO6'><center id='02WO6'></center></pre></bdo></b><th id='02WO6'></th></span></q></dt></tr></i><div id='02WO6'><tfoot id='02WO6'></tfoot><dl id='02WO6'><fieldset id='02WO6'></fieldset></dl></div>

                      <bdo id='02WO6'></bdo><ul id='02WO6'></ul>
                    1. <small id='02WO6'></small><noframes id='02WO6'>

                    2. <tfoot id='02WO6'></tfoot>

                      <legend id='02WO6'><style id='02WO6'><dir id='02WO6'><q id='02WO6'></q></dir></style></legend>