gpt4 book ai didi

ios - 移动 subview 时移动父 View - Objective C

转载 作者:行者123 更新时间:2023-11-29 03:44:48 25 4
gpt4 key购买 nike

我有一个 super UIView,它有一个子UIView。子 UIView 具有 UIPanGestureRecognizer

当用户尝试移动subUIView时,我需要移动superUIView

我不想设置中心,因为那样会造成困惑。

当用户尝试移动子UIView时,我需要平滑地移动 super UIView。因为 super UIView正在移动,用户会感觉到他正在移动子UIView

那么,我该如何完成这个任务呢?

最佳答案

可以设置中心以避免使用UIView动画 block 出现抖动

[UIView animateWithDuration:0.5
animations:^{
//set center here
}
completion:^(BOOL finished) {

}];

关于ios - 移动 subview 时移动父 View - Objective C,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17875137/

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