切出一个UIImage以适应UIImageView

时间:2012-03-29 07:07:25

标签: ios cocoa-touch uiimageview uiimage

我正在开发iOS 4应用程序。

此问题与UIImageView, setClipsToBounds and how my images are losing their head

有关

我有以下问题:

UITableViewCell我有一个UIImageView。此UIImageView为77x77像素,可以保存不同的图片大小。

我必须以这种方式处理这些图像:

如果图像是100x120,我需要从像素78移除到像素100(在宽度上),以及78到120(在高度上)。另一个选择是创建另一个切出这些像素的。

我该怎么做?

1 个答案:

答案 0 :(得分:1)

尝试将图片视图的 contentMode 设置为 UIViewContentModeTopLeft

希望它会有所帮助。