yourtownapps
Aspiring developer
Profile
Posts: 63
Reg: Mar 08, 2012
Collingswood, N...
6,130
11/18/14 02:55 PM (9 years ago)

Formatting screens for the iOS 8

I am having no trouble running my apps-in-progress on XCode6 but I am having trouble formatting pages to look OK with the new larger screen sizes. Any tips or suggestions?
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
11/18/14 11:32 PM (9 years ago)
Pages as in HTML pages or something else? -- Niraj
 
Red Dog
buzztouch Evangelist
Profile
Posts: 805
Reg: Jun 16, 2011
Southern Califo...
18,800
like
11/19/14 08:34 AM (9 years ago)
 
yourtownapps
Aspiring developer
Profile
Posts: 63
Reg: Mar 08, 2012
Collingswood, N...
6,130
like
11/19/14 04:14 PM (9 years ago)
Niraj: Pages as in Html pages. I end up with a white space at the bottom of the IPhone6 simulator when zI set a page background. I am beginning to think that learning Swift is the way to go. Thanks, Red Dog. That should be useful.
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
11/19/14 07:02 PM (9 years ago)
Try viewing that same HTML page via the Simulator's Safari app. -- Niraj
 
yourtownapps
Aspiring developer
Profile
Posts: 63
Reg: Mar 08, 2012
Collingswood, N...
6,130
like
11/23/14 05:00 PM (9 years ago)
Niraj: I think I misunderstood. I want the app packaged by XCode as a native app. It definitely will not pass Apple review if the background does to extend the increased height and width of the iOS6 but stops at the edges of the old 320 by 480 screen. Is there anyway to increase the image size within Buzztouch to lay out each screen as 375 by 667? If not, I will have to migrate over to another platform.
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
11/23/14 07:35 PM (9 years ago)
You want the correct sized images to display on these screens? - iPhone 3GS (non-retina, 320 x 480px) - iPhone 4 & 4S (retina @2x, 640 x 960px) - iPhone 5 & 5S (retina @2x, 640 x 1136px) - iPhone 6 (retina @3x, 750 x 1334px) - iPhone 6 Plus (retina @3x, 1080 x 1920px) We have code that you can drop into your app that will automatically take care of the images that are in the native plugins. For any HTML content, you will have to write JavaScript to select the correct image based on the device type. -- Niraj
 
Niraj
buzztouch Evangelist
Profile
Posts: 2943
Reg: Jul 11, 2012
Cerritos
37,930
like
11/24/14 10:52 AM (9 years ago)
Updated my note for clarity -- Niraj
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.