gpt4 book ai didi

ios - 如何以编程方式移动 UIButton。 objective-C Xcode

转载 作者:技术小花猫 更新时间:2023-10-29 10:42:46 25 4
gpt4 key购买 nike

我见过一些解决方案,但没有一个能解决我的问题。

我有一个 UIButton,只需拖/放到 Storyboard 编辑器中的 UIViewController 即可。

UIButton 有一个导出链接到与该 View 关联的 UIViewController 的 .h 文件。它也在 .m 文件中合成。

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

我想像这样在运行时更改按钮的位置;

CGRect btFrame = answerButton.frame;
btFrame.origin.x = xOne;
btFrame.origin.y = yOne;
answerButton.frame = btFrame;

但是每当我尝试这个时,按钮都拒绝移动。

所有其他编辑功能(如 setTitle 等)都可以使用,但由于某些原因,框架不会按照我想要的方式移动。

最佳答案

只需在文件检查器中取消选中“使用自动布局”。

关于ios - 如何以编程方式移动 UIButton。 objective-C Xcode,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13798269/

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