Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のコード:
self.commentTextViewBorder.image = [[UIImage imageNamed:@"border_comment_field"] resizableImageWithCapInsets:UIEdgeInsetsMake(11, 11, 11, 11)];
@2x 画像ファイルを使用して復元可能にしないことがわかりました。問題ありませんか?
&をメインのバンドル フォルダーに配置し、使用するだけimage_name.pngですimage_name@2x.png
image_name.png
image_name@2x.png
[UIImage imageNamed:@"image_name.png"];
結構です。Retina ディスプレイの有無にかかわらず、正しいものが自動的に使用されます。