菜鸟教程小白 发表于 2022-12-13 12:12:38

ios - UIActivityIndi​​catorView 忽略颜色属性


                                            <p><p>这是我初始化 UIActivityAndicatorView 的代码:</p>

<pre><code>self.indicator = [ initWithActivityIndicatorStyle: UIActivityIndicatorViewStyleWhiteLarge];
    self.indicator.color = ;
    self.indicator.center = self.view.center;
    ;
</code></pre>

<p>动画开始后 - 指示器出现在适当的位置,但颜色为白色。为什么忽略颜色属性?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这些值是介​​于 0 和 1 之间的 float 。试试这个:</p>

<pre><code>    self.indicator.color = ;
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于ios - UIActivityIndi​​catorView 忽略颜色属性,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/34131469/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/34131469/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - UIActivityIndi​​catorView 忽略颜色属性