gpt4 book ai didi

ios - 自定义 UIButton 以兼容 iPhone 5

转载 作者:行者123 更新时间:2023-11-28 20:19:58 24 4
gpt4 key购买 nike

我正在开发我的应用程序以相应地自定义按钮。但是,一旦我相应地更改了按钮,现在它就变得没有响应了。你可以看到我的代码如下。顺便说一句,我在iPhone 4上运行时这个按钮仍然有效。真是奇怪!一旦我改变我的按钮位置它就可以工作,但它不会在我想要的位置工作!

   float screenSizeHeight=[UIScreen mainScreen].bounds.size.height;

if(screenSizeHeight==568)
[positionButton setFrame:CGRectMake(184,280,77,30)];

if(screenSizeHeight==480)
[positionButton setFrame:CGRectMake(184,240,77,30)];

手提包按钮不起作用! Hand Bag Button is not responding!

最佳答案

检查你的情况:

 if(screenSizeHeight==568)

在这两种情况下,您都使用了 screenSizeHeight == 568,因此请将其中一个替换为 screenSizeHeight = 480

希望对你有帮助。

关于ios - 自定义 UIButton 以兼容 iPhone 5,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16411377/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com