iPhone 调整子视图和原点的大小

发布于 2024-12-08 04:40:03 字数 128 浏览 0 评论 0原文

如果我在 uiview 中缩放子视图,这些子视图是否尊重它们最初绘制的 x,y?即,如果我有一个包含 2 个子视图的视图,一个为 50,一个为 60,并且我将父视图的大小增加了 3,那么子视图现在会以 150 绘制,另一个以 180 绘制吗?

If I scale subviews in a uiview, do those subviews respect the x,y they were originally drawn at? i.e if i have a view with 2 subviews , one at 50 and one at 60 and i increase the size of parent view by 3, will the subviews now draw at 150 and the other one at 180?

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

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

发布评论

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

评论(1

假装爱人 2024-12-15 04:40:03

父级不会自动缩放其子级子视图的大小。
但是,当您想要一个带有子视图的缩放功能并与父视图一起缩放时,这是很有可能的。

但如果没有一个正确的例子来说明你到底想要什么,就不可能给出正确的答案

A parent will not automaticly scale the size of its childrens subviews.
But when u want a zoom function with subviews on them that will scale with the parent it is quite possible to do so.

But without a proper example of what you want exactly it's impossible to give a proper answer

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