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

App appears zoomed on iPhone 6

I have completely rewritten one of my iPhone apps for iOS 8 using Swift and have just run it on my iPhone 6 and it appears that it is still zooming up. Do you know how I can fix this issue? Thanks

2 Answers

Tyler Miller
seal-mask
.a{fill-rule:evenodd;}techdegree
Tyler Miller
iOS Development Techdegree Student 8,299 Points

I think you will need an larger launch image, for the new iPhones. Update: You can also use LaunchScreen.xib files, I think this method is more future proof and a whole lot easier.

It is the whole content of the app including status bar and text.

Ah yes! That seems to have fixed it. Very odd. Thanks.

Sorry for the late response. As you know, the size of the launch is important and guy above answer the question. Have a fun with Coding~