gpt4 book ai didi

ios - zoomToRect 如何与 UIScrollView 一起使用并指定矩形?

转载 作者:行者123 更新时间:2023-11-29 02:30:38 26 4
gpt4 key购买 nike

如果我有一个 UIScrollViewUIImageView其中有 1,000 x 1,000(和 contentSize 上的相同 UIScrollView)传递的 CGRect 是什么?在zoomToRect指定?

假设我希望将其放大到 maximumZoomScale双击?我了解 xy的 rect 将从抽头点派生,但是 width 在哪里?和 height来自?如果我给它 100x100 那意味着什么?

最佳答案

根据 Apple 文档的规定:

This method zooms so that the content view becomes the area defined by rect, adjusting the zoomScale as necessary.

这意味着您调用此电话:

[self.scrollView zoomToRect:CGRectMake(25,25,950,950) animated:YES];

您将放大 ScrollView 以将该区域完全显示在 ScrollView 的可见区域中。

希望这对您有所帮助。

关于ios - zoomToRect 如何与 UIScrollView 一起使用并指定矩形?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26941662/

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