OStack程序员社区-中国程序员成长平台

标题: ios - 向 uiview 添加从 A 点移动到 B 点的动画 [打印本页]

作者: 菜鸟教程小白    时间: 2022-12-13 13:47
标题: ios - 向 uiview 添加从 A 点移动到 B 点的动画

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



Best Answer-推荐答案


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

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

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






欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) Powered by Discuz! X3.4