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 Game with Sprite Kit Particle Systems and Keeping Score Extra Credit - Rock Blaster

Chris Tapia
Chris Tapia
1,684 Points

3x vs 2x images

Hey Amit and hey everyone else. I was curious about the image files for this game. I have Xcode 6 now and I've used CGRectGetMidX and MidY for to put in a background image so I can begin the animation sequence. The image showed up centered, but because the simulator is now an iPhone 6 the background had empty space around it. what should I do? can you guys give us 3x images to downsize, or can I simply stretch the image to make it fit the screen?

background.size = CGSizeMake(self.view.size.width, self.view.size.height);

This was how I was dealing with it. It will come out a little bit disproportional, but it should make it the size of the screen.