如何从下到上循环层次结构(用于自动布局管理器)?

发布于 2024-12-05 08:49:41 字数 229 浏览 2 评论 0原文

我有一个 UIObjects 层次结构,它具有自动布局管理器,为了计算它们的首选大小,我需要循环从最底层项目到根项目的所有层次结构。

它们目前的存储方式如下:

root.children[{children: [{...}, {...}, {...}]}, {...}, {...}]

{.. .} = UIObject

(语言=javascript)

谢谢

I have a hierarchy of UIObjects that has automatic layout managers and in order to calculate their preferred size I need to loop all the hierarchy from the most bottom item to the root item.

They currently are stored like this:

root.children[{children: [{...}, {...}, {...}]}, {...}, {...}]

{...} = UIObject

(language=javascript)

thanks

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

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

发布评论

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

评论(1

凉月流沐 2024-12-12 08:49:41

你的意思是你想计算父容器的结果大小?

Do you mean you want to calculate result size of parent container?

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