gpt4 book ai didi

ios - 使用相同的代码更改许多 UIObjects 的框架

转载 作者:行者123 更新时间:2023-11-28 20:19:21 25 4
gpt4 key购买 nike

我想同时对 10 个 UI 对象(其中大部分是 UIImageView)应用同样的效果。这是动画:

[UIView animateWithDuration:0.7f
animations:^{

woodenBackground1.frame = CGRectMake(self.woodenBackground1.frame.origin.x - 900,self.woodenBackground1.frame.origin.y, self.woodenBackground1.frame.size.width, self.woodenBackground1.frame.size.height);

woodenBackground.frame = CGRectMake(self.woodenBackground1.frame.origin.x - 900,self.woodenBackground2.frame.origin.y, self.woodenBackground1.frame.size.width, self.woodenBackground2.frame.size.height);

.....

有办法吗?我怎样才能为那么多对象重复它而不是重复代码本身?

最佳答案

您可以将所有 View 放在一个容器 UIView 中,如果它们的移动量相同,则将动画应用于容器 View 。

关于ios - 使用相同的代码更改许多 UIObjects 的框架,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16526052/

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