Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Playlist Browser with Swift Building the Music Library and Playlist Models Using UIImageView

How to convert an image from bitmap to vector in xcode 6.3?

Hi, I am using xcode 6.3 and in the attributes inspector, there is no drop down to change from bitmap to vector images. Where do I find this?

Leo Panish and Michael Kolkebeck , I thought I might let you know I changed your comments to an answers. This allows you to be up-voted, and awarded with best answer! I also marked @michael kolkebeck's answer as best, if you ever have any you answer to yourself like you just did, you should mark it also.

3 Answers

The "Single Vector" option of the "Scale Factors" dropdown seems to be the appropriate replacement, as there is the ability to drag the image over from unassigned to a Universal view. The "Vector with Overrides" option seems to be a replacement for both Bitmaps and Vectors.

I may have figured this out: there is a drop down called "Scale Factors" that allows you to select "Vector with overrides".

Thanks, Leo for asking that question. I'm using version 7.0 of Xcode and had the exact same problem, solved now ("Single Vector" option of the "Scale Factors" dropdown).