ios - 向 uiview 添加从 A 点移动到 B 点的动画
<p><p>我有一个手势,该 Action 将 UIView 从 A 点移动到 B 点。如何添加 UIView 从 A 点移动到 B 点的漂亮过渡。我正在考虑让它从 A 点缓慢移动到点B. 我该怎么做?在移动项目的那一刻,我将框架设置为 B 点。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>检查这段代码并设置你想要的框架</p>
<pre><code>[UIView animateWithDuration:0.75 animations:^{
button.frame = CGRectMake(10, 70, 100, 100);
}];
</code></pre></p>
<p style="font-size: 20px;">关于ios - 向 uiview 添加从 A 点移动到 B 点的动画,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/38027809/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/38027809/
</a>
</p>
页:
[1]