菜鸟教程小白 发表于 2022-12-12 17:39:32

iphone - 通过代码设置在 Interface Builder 中创建的 UIButton 的图像


                                            <p><p>我在 Interface Builder 中设置了许多 UIButton(但都与适当的 socket 名称相关联)。这些按钮具有使用 Interface Builder 中的检查器设置的图像。</p>

<p>但是,我希望能够在某个事件期间更改按钮中显示的图像(例如,用户选择适当的设置选项,所有按钮从显示 Frog 图像变为图像一只兔子)。</p>

<p>有没有直接的方法来做到这一点?更改必须是即时的,而不是在下一次加载时。</p>

<p>非常感谢</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这对你有用吗?</p>

<pre><code> forState:UIControlStateNormal];
</code></pre></p>
                                   
                                                <p style="font-size: 20px;">关于iphone - 通过代码设置在 Interface Builder 中创建的 UIButton 的图像,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/7492363/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/7492363/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: iphone - 通过代码设置在 Interface Builder 中创建的 UIButton 的图像