• <bdo id='ADHgt'></bdo><ul id='ADHgt'></ul>

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

      <tfoot id='ADHgt'></tfoot>

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

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

        UIButton 标题文本颜色

        时间:2023-07-09
          <bdo id='ZehSe'></bdo><ul id='ZehSe'></ul>
          <tfoot id='ZehSe'></tfoot>
          1. <i id='ZehSe'><tr id='ZehSe'><dt id='ZehSe'><q id='ZehSe'><span id='ZehSe'><b id='ZehSe'><form id='ZehSe'><ins id='ZehSe'></ins><ul id='ZehSe'></ul><sub id='ZehSe'></sub></form><legend id='ZehSe'></legend><bdo id='ZehSe'><pre id='ZehSe'><center id='ZehSe'></center></pre></bdo></b><th id='ZehSe'></th></span></q></dt></tr></i><div id='ZehSe'><tfoot id='ZehSe'></tfoot><dl id='ZehSe'><fieldset id='ZehSe'></fieldset></dl></div>

                <tbody id='ZehSe'></tbody>
                • <legend id='ZehSe'><style id='ZehSe'><dir id='ZehSe'><q id='ZehSe'></q></dir></style></legend>
                • <small id='ZehSe'></small><noframes id='ZehSe'>

                  本文介绍了UIButton 标题文本颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在为 UIButton

                  headingButton.titleLabel.textColor = [UIColor colorWithRed:36/255.0 
                                                                       green:71/255.0 
                                                                        blue:113/255.0 
                                                                       alpha:1.0];
                  

                  它不会改变我在另一个工作代码中使用的相同代码的颜色.

                  It's not changing color same code I'm using in another code it's working.

                  推荐答案

                  使用

                  Objective-C

                  [headingButton setTitleColor:[UIColor colorWithRed:36/255.0 green:71/255.0 blue:113/255.0 alpha:1.0] forState:UIControlStateNormal];
                  

                  斯威夫特

                  headingButton.setTitleColor(.black, for: .normal)
                  

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

                  上一篇:为 UIButton 拉伸背景图像 下一篇:没有了

                  相关文章

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

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

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