标签: ios objective-c uitableview uiimageview uiimage
我正在使用自动布局并使用自定义UITableViewCell。在这个单元格内,我想要显示图像。问题是图像不清晰显示。
UITableViewCell
实际图片是这样的:
但在应用程序中,它显示如下:
可能是什么原因?怎么解决?
![在此输入图片说明] [3]
答案 0 :(得分:1)
要保持图像尺寸更改的圆角半径,请使用resizableImageWithCapInsets上的UIImage方法。
resizableImageWithCapInsets
UIImage
好的教程: