gpt4 book ai didi

ios - 向 uiview 添加从 A 点移动到 B 点的动画

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:38:27 25 4
gpt4 key购买 nike

我有一个手势,该 Action 将 UIView 从 A 点移动到 B 点。如何添加 UIView 从 A 点移动到 B 点的漂亮过渡。我正在考虑让它从 A 点缓慢移动到点B. 我该怎么做?在移动项目的那一刻,我将框架设置为 B 点。

最佳答案

检查这段代码并设置你想要的框架

[UIView animateWithDuration:0.75 animations:^{
button.frame = CGRectMake(10, 70, 100, 100);
}];

关于ios - 向 uiview 添加从 A 点移动到 B 点的动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38027809/

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