使用 iPhone SDK 对对象进行分组?

发布于 2024-09-16 07:08:09 字数 126 浏览 7 评论 0原文

在我的 iPhone 应用程序中,我有许多 UIImageView 执行相同的操作,然后第二个加载执行相同的操作。我可以知道如何标记/分组这些对象,以便我可以简单地引用具有一个名称的所有对象吗?否则,这意味着单个重复操作必须有数十行代码。

In my iPhone app, I have a number of UIImageView that do the same thing, then a second load which do the same thing. Can I some how tag/group these so that I can simply reference all the objects with one name? Otherwise it means having to have dozens of lines of code for a single repetitive action.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

诺曦 2024-09-23 07:08:09

您可以将所有 UIImageView 放在一个超级 UIView 中。例如,根据您想要执行的操作,您可以使用一行代码轻松隐藏 UIView 内的所有对象。

You could place all the UIImageViews in one super UIView. Depending on what you want to do, you could for example easily hide all objects inside the UIView with one line of code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文