添加到子视图后确定UIView框架

发布于 2024-10-13 03:49:01 字数 501 浏览 7 评论 0原文

我有带有 autoResizeMask 的自定义 UIView 。我们称之为A视图。我 initWithFrame A 视图并将其添加到子视图 B 中。将A视图添加到B后,B会自动调整A的大小(框架发生变化)。换句话说,B 视图适合 A 视图。

我的问题是,如何在向用户显示之前确定 A 视图中的新框架? 因为我想根据新框架对 A 进行一些更改。

(我的 A 视图是 UIScrollView 子类,我想设置正确的 contentSize)。

I have custom UIView with autoResizeMask. Let's call it A view. I initWithFrame the A view and add it to subview B. After adding A view to B, B autoresizes A (the frame changes). To say it in other words -- B view fits in A view.

My question is, how can I determine the new frame within A view before showing it user?
Because I want to make some changes to A according new frame.

(my A view is UIScrollView subclass, and I want to set correct contentSize).

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文