gpt4 book ai didi

iOS AutoLayout - 按钮在应用程序启动时移动

转载 作者:行者123 更新时间:2023-11-29 12:03:38 27 4
gpt4 key购买 nike

我将尝试描述这个问题——以前从未见过这种行为。

当应用程序在模拟器或实际设备上启动时,我有一个按钮从应用程序屏幕的右侧移动到中间。我希望它始终位于中间(移动到的位置)。

基本上,它从父 View 上的一个位置移动到另一个位置(我希望它始终处于约束定义的位置)

我该如何实现?

以下是显示行为和约束的图像:

Button is on the right, higher up; then fades out

Button fades in to the bottom, centered position (correct per constraints listed below)

按钮约束:

  1. Button.centerX = centerX(将按钮居中到容器的水平中心)

  2. 底部布局 Guilde.top = Button.bottom + 112(无论屏幕大小或方向如何,都将按钮固定在应用的底部)。

最佳答案

只需添加两个约束 BottomSpace 和 CentreX,如下所示。 (如果需要明确的高度和宽度)

enter image description here

关于iOS AutoLayout - 按钮在应用程序启动时移动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35858898/

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