gpt4 book ai didi

ios - 按钮位置相应变化 - 为 iPhone 5 定制

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

我正在开发我的应用程序以针对 iphone 5 进行自定义。我有按钮并希望它进行相应的自定义。

我已经通过拖放放置了我的按钮,并放置在它应该在的位置。现在我想相应地更改位置。

这可能吗?如果是,请告诉我怎么做。因为我正在尝试在下面更改按钮的位置但它不起作用 在头文件中

@property (nonatomic, strong) IBOutlet UIButton *opponentUsernameButton;

在实现文件中:

- (void)viewDidLoad {

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


if(screenSizeHeight==568)

mybuttonOutlet.frame= CGRect(40, 80,125,150);


if(screenSizeHeight==480)

mybuttonOutlet.frame= CGRect(40, 80,85,150);

}

最佳答案

您不需要任何代码,只需正确设置 Spring 和支柱,将按钮附加到屏幕底部而不是顶部。

enter image description here

关于ios - 按钮位置相应变化 - 为 iPhone 5 定制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16404572/

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