图像无法清晰显示

时间:2014-04-23 12:54:23

标签: ios objective-c uitableview uiimageview uiimage

我正在使用自动布局并使用自定义UITableViewCell。在这个单元格内,我想要显示图像。问题是图像不清晰显示。

实际图片是这样的:

enter image description here

但在应用程序中,它显示如下:

enter image description here

可能是什么原因?怎么解决?

![在此输入图片说明] [3]

1 个答案:

答案 0 :(得分:1)

要保持图像尺寸更改的圆角半径,请使用resizableImageWithCapInsets上的UIImage方法。

好的教程:

  1. http://useyourloaf.com/blog/2012/07/05/customizing-appearance-with-resizable-images.html
  2. http://ios.biomsoft.com/2011/12/20/ios-5-uiimage-and-resizableimagewithcapinsets/