1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Xcode8】Asset Catalogでベクターを使いたい

Posted at

Xcode6からベクターが画像が使えるようになっていますが、いざ使ってみようとしたときにXcodeのバージョンによって使い方が違ったので覚書です。

こちら(http://qiita.com/Yuta/items/ad02e5e93694c8add089) では、「Image Set > Type」から「Vectors」が選べましたがXcode8だと変わっているようです。

Xcode8の場合

スクリーンショット 2017-03-30 10.05.51.png
Xcode8の場合、「Image Set > Scales」から「Single Scale」を選択するとベクター画像が設定できるようになります。

それぞれのパターンです。
-Single Scale-
スクリーンショット 2017-03-30 10.11.29.png

-Individual Scales-
スクリーンショット 2017-03-30 10.11.40.png

-Individual and Single Scales-
スクリーンショット 2017-03-30 10.11.51.png

その他(Xcode6,7)

Xcode6
「Image Set > Types」
 ・Bitmaps
 ・Vectors
 ・Bitmaps and Vectors

Xcode7
「Image Set > Scale Factors」
  ・Multipe
  ・Single Vector
  ・Vector with Overrides

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?