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

      2. <small id='rMM52'></small><noframes id='rMM52'>

        <tfoot id='rMM52'></tfoot>
      3. <legend id='rMM52'><style id='rMM52'><dir id='rMM52'><q id='rMM52'></q></dir></style></legend>

        在 Swift 中检查 UIButton 标题

        时间:2023-07-06

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

          <tbody id='WBpPT'></tbody>
        1. <legend id='WBpPT'><style id='WBpPT'><dir id='WBpPT'><q id='WBpPT'></q></dir></style></legend>
            <bdo id='WBpPT'></bdo><ul id='WBpPT'></ul>

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

                  问题描述

                  我有一个按钮,按钮的标题是一个整数.

                  I have a button and title of the button is an integer.

                  correctAnswer = randomNumber1 + randomNumber2
                  button1.setTitle("(correctAnswer)", forState: UIControlState.Normal)
                  

                  我正在尝试检查按钮的标题,以便将其转换为整数并在 if 语句中使用它,但无法使其工作.

                  I am trying to check the title of the button so convert it to an integer and use it in an if statement, but couldn't make it work.

                  button1.titleLabel?.text?.toInt()
                      if button1.titleLabel == correctAnswer { //most probably I am making a mistake here.
                          scoring() } else {
                          println(button1.titleLabel?.text!)
                  

                  我是 swift 新手,我什至可能对我的方法有疑问,我们将不胜感激.

                  I am new to swift , I might even have problem with my approach, your help will be appreciated.

                  推荐答案

                  你应该使用button1.currentTitle

                  这篇关于在 Swift 中检查 UIButton 标题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:无法在 (UIButton) 上设置 () 用户定义的检查属性 下一篇:Iphone UIButton 在嵌套的 UIViews 中不起作用

                  相关文章

                  1. <tfoot id='Rg0nB'></tfoot>
                    • <bdo id='Rg0nB'></bdo><ul id='Rg0nB'></ul>

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

                    3. <legend id='Rg0nB'><style id='Rg0nB'><dir id='Rg0nB'><q id='Rg0nB'></q></dir></style></legend>