gpt4 book ai didi

iphone - UIImageView 不允许我放大图像

转载 作者:搜寻专家 更新时间:2023-10-30 20:11:21 25 4
gpt4 key购买 nike

我正在使用以下代码在 ImageView 中加载图像。但它不允许我捏或缩放或任何东西。有什么解决办法吗?

NSURL *url = [NSURL URLWithString:self.myURL];
NSData *data = [NSData dataWithContentsOfURL:url];
UIImage *img = [[[UIImage alloc] initWithData:data] autorelease];
self.imageView.image = img;

最佳答案

幸运的是,Apple 为您编写了一个 ImageScrollView 类。

http://developer.apple.com/library/ios/#samplecode/PhotoScroller/Listings/Classes_ImageScrollView_h.html

http://developer.apple.com/library/ios/#samplecode/PhotoScroller/Listings/Classes_ImageScrollView_m.html

您可以编辑掉他们使用的 UIImageView 的 TilingView 子类,只使用普通的 UIImageView

关于iphone - UIImageView 不允许我放大图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7668719/

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