我試圖伸展用下面的代碼一個UIImage:伸展看起來像在此之前爲什麼UIImage不能正確拉伸?
UIImage *stretchyImage = [[UIImage imageNamed:@"[email protected]"] stretchableImageWithLeftCapWidth:10.0 topCapHeight:0.0];
UIImageView *newTag = [[UIImageView alloc] initWithImage:stretchyImage];
的圖像:
,後,看起來是這樣的:
拉伸爲什麼沒有正常工作?角落都變得像素化,看起來很舒展,實際上只有中間部分應該拉伸。 FYI:我在iOS 6
你在文件名中包含@ 2x的任何原因?您不需要此設備,如果設備是視網膜,則會選擇正確的圖像。 –
不是真的 - 我會刪除:) –
@PixelBitAppsLtd請同時移除'xcode'標籤。 – 2012-12-12 20:45:04