菜鸟教程小白 发表于 2022-12-12 19:17:22

ios - 为什么我的 UIButton 在分配图像后会改变大小和位置?我怎样才能保持不变?


                                            <p><p>在我为它分配图像后,我的 UIButton 大小和位置发生了变化。我不确定为什么。有人知道吗? </p>

<p>我尝试将按钮重新定位到其原始位置,但它不起作用。 </p>

<pre><code>CGRect buttonFrame = _subscribeButton.frame;
CGAffineTransform transform = _subscribeButton.transform;

;

forState:UIControlStateNormal];

;
;
</code></pre></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我应该设置背景图像而不是图像。这一直是个问题。方面填充仅影响背景图像,因为它是由框架缩放的。 </p>

<p>答案:[按钮 setBackgroundImage:];</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - 为什么我的 UIButton 在分配图像后会改变大小和位置?我怎样才能保持不变?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/21986692/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/21986692/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - 为什么我的 UIButton 在分配图像后会改变大小和位置?我怎样才能保持不变?