• <legend id='0gKx0'><style id='0gKx0'><dir id='0gKx0'><q id='0gKx0'></q></dir></style></legend>

    <small id='0gKx0'></small><noframes id='0gKx0'>

      <tfoot id='0gKx0'></tfoot>

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

      1. buttonWithType' 不可用:使用对象构造 'UIButton(type:)

        时间:2023-07-06

            <bdo id='5DtYv'></bdo><ul id='5DtYv'></ul>
              <legend id='5DtYv'><style id='5DtYv'><dir id='5DtYv'><q id='5DtYv'></q></dir></style></legend>
            1. <small id='5DtYv'></small><noframes id='5DtYv'>

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

                  本文介绍了buttonWithType' 不可用:使用对象构造 'UIButton(type:)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我有一个旧版本的 Swift 并尝试这样做:

                  I have an older version of Swift and trying to do this:

                  let button = UIButton.buttonWithType(UIButtonType.detailDisclosure) as UIButton
                  

                  但得到错误

                  buttonWithType' 不可用:使用对象构造'UIButton(type:)

                  buttonWithType' is unavailable: use object construction 'UIButton(type:)

                  我该如何解决这个问题?我正在使用 Swift 3.

                  How can I solve this? I'm using Swift 3.

                  推荐答案

                  对于 Swift 3,语法如下:

                  For Swift 3 the syntax is the following:

                  let button = UIButton(type: .detailDisclosure)
                  

                  这篇关于buttonWithType' 不可用:使用对象构造 'UIButton(type:)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:识别 UIWebview 的提交按钮点击 下一篇:单击目标 c 中的按钮更改图像

                  相关文章

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

                    <bdo id='q8N9U'></bdo><ul id='q8N9U'></ul>

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