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

      <bdo id='fHAX7'></bdo><ul id='fHAX7'></ul>
    <legend id='fHAX7'><style id='fHAX7'><dir id='fHAX7'><q id='fHAX7'></q></dir></style></legend>

      1. <i id='fHAX7'><tr id='fHAX7'><dt id='fHAX7'><q id='fHAX7'><span id='fHAX7'><b id='fHAX7'><form id='fHAX7'><ins id='fHAX7'></ins><ul id='fHAX7'></ul><sub id='fHAX7'></sub></form><legend id='fHAX7'></legend><bdo id='fHAX7'><pre id='fHAX7'><center id='fHAX7'></center></pre></bdo></b><th id='fHAX7'></th></span></q></dt></tr></i><div id='fHAX7'><tfoot id='fHAX7'></tfoot><dl id='fHAX7'><fieldset id='fHAX7'></fieldset></dl></div>
      2. <tfoot id='fHAX7'></tfoot>
      3. UIBUTTON 和选择器视图

        时间:2023-07-06
        <tfoot id='EjZM3'></tfoot>

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

              <legend id='EjZM3'><style id='EjZM3'><dir id='EjZM3'><q id='EjZM3'></q></dir></style></legend>

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

                • 本文介绍了UIBUTTON 和选择器视图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我想在用户点击按钮时显示一个选择器我对 UIButton 进行了子类化并更改了它的 inputview 以便它是可写的.

                  I want to display a picker when the user clicks on a button I subclassed the UIButton and changed its inputview so that it is writable.

                  我点击了这个链接 http://nomtek.com/tips-for-developers/working-with-pickers/

                  我点击按钮,没有任何反应.如果我将 inputview 从按钮更改为 UITextField 效果很好.有什么想法吗?谢谢萨罗

                  I clickon the button and nothing happens. If I change the inputview from the button to UITextField it works great. Any thoughts? Thanks Saro

                  推荐答案

                  inputView属性只是UITextField的一部分,UITextView不是UIButton.

                  The inputView property is only the part of UITextField and UITextView not UIButton.

                     @property (readwrite, retain) UIView *inputView;
                  

                  虽然您可以使用 UIButton 实现相同的效果.

                  Although you could achieve the same using UIButton.

                  创建一个 UIButton 对象,然后设置一个 action 方法,并在 UIButton 的 action 方法中将您的选择器视图添加到按钮的父视图中.

                  Create an UIButton object then set an action method and add your picker view in parent view of your button in the action method of UIButton.

                  应该是这样的.

                  -(void) buttonClicked:(id) sender
                  {
                      [self.view addSubview:myPickerView];
                  }
                  

                  这篇关于UIBUTTON 和选择器视图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:UIButton 标题消失 下一篇:iPhone 应用程序操作按钮

                  相关文章

                      <i id='Sh7hf'><tr id='Sh7hf'><dt id='Sh7hf'><q id='Sh7hf'><span id='Sh7hf'><b id='Sh7hf'><form id='Sh7hf'><ins id='Sh7hf'></ins><ul id='Sh7hf'></ul><sub id='Sh7hf'></sub></form><legend id='Sh7hf'></legend><bdo id='Sh7hf'><pre id='Sh7hf'><center id='Sh7hf'></center></pre></bdo></b><th id='Sh7hf'></th></span></q></dt></tr></i><div id='Sh7hf'><tfoot id='Sh7hf'></tfoot><dl id='Sh7hf'><fieldset id='Sh7hf'></fieldset></dl></div>
                      <legend id='Sh7hf'><style id='Sh7hf'><dir id='Sh7hf'><q id='Sh7hf'></q></dir></style></legend>
                    1. <small id='Sh7hf'></small><noframes id='Sh7hf'>

                        <bdo id='Sh7hf'></bdo><ul id='Sh7hf'></ul>
                      <tfoot id='Sh7hf'></tfoot>