Questions tagged [iphone-5]

The iPhone 5 is the sixth version of the iPhone released by Apple, Inc. Use this tag for questions specific to this platform.

The iPhone 5 is the sixth version of the iPhone released by Apple, Inc. Use this tag for questions specific to this platform.

Resource

623 questions
0
votes
1 answer

How to make my app compatible with iphone 5's big screen?

Possible Duplicate: How to develop or migrate apps for iPhone 5 screen resolution? How to deal with iPhone 5 screen size? I currently have my app on the App store but if i look it in iphone 5 its letter boxed and have black region on the top and…
Ashutosh
  • 5,614
  • 13
  • 52
  • 84
0
votes
1 answer

My app will not letter box and objects can be moved outside of the game environment

Hi I am working on an app and it was almost finished until I got my iPhone 5 and tested my app on this and now it shows a large white rectangle at the bottom of the screen (which looks like the extension of the screen) I assumed the app would…
Ben Wilson
  • 3,057
  • 4
  • 21
  • 20
0
votes
1 answer

Trying to add a new background in iPhone 5 4" storyboard

I am trying to add a correct sized background image to support iPhone5 4" screen but i am still getting the same letterbox in the bottom. The image is correct sized image. The code i use: if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone)…
PeterK
  • 4,243
  • 4
  • 44
  • 74
0
votes
1 answer

auto-layout required for easy 3.5in + 4in iphone screen layout?

I'm updating an old app to the new iPhone sizes and I ran into a problem. Auto-layout broke several pieces of an old storyboard. No problem, just go in and uncheck auto-layout. Run again (3.5in screen) and works perfectly again, then run in 4in…
DBD
  • 23,075
  • 12
  • 60
  • 84
0
votes
1 answer

Creating an app for the iPhone (including iPhone 5) that plays videos

We're about to build an app that plays a bunch of videos on the iPhone. But we're wondering what the best practice is going to be given the new iPhone 5 screen. We are going to have to output the videos at either 960 x 640 (traditional iPhone…
Snowcrash
  • 80,579
  • 89
  • 266
  • 376
0
votes
1 answer

iPhone 5 Simulator not letterboxing, white bar instead

I have two apps that I'm testing on the iPhone 5 simulator. Both of which are going to be released before they are updated to handle the new resolution of the iPhone 5. My first app letterboxes nicely in the simulator with black bars at the bottom…
Jacob Joz
  • 732
  • 1
  • 11
  • 29
0
votes
3 answers

Making use of the extra pixels on 1136x640 iPhone 5 Screen?

Without the 1136 launch image, apps now run in letterbox mode with black bars on either end. If you add the Default-568h@2x.png launch image, then the app runs with 1136 pixels (in my case, in landscape mode - 1136x640). The extra 176 pixels are all…
RanLearns
  • 4,086
  • 5
  • 44
  • 81
0
votes
2 answers

Incomplete implemention - @implementation View Controller

I am having some trouble with coding an app, when I try and run, it errors coming up with incomplete implementation. Here is the code for the ViewController.m - could you please tell me what I am doing wrong? I will also include the code for…
0
votes
3 answers

Will this code go well resizing for iPhone 5

Will this code go well resizing for iPhone 5 view.autoresizingMask = UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight;
Sharanya
  • 311
  • 1
  • 2
  • 10
0
votes
1 answer

UIElements placement for universal app compatible with iPhone 5

I have lot of UiImageViews on my UIView and I create/place them differently based on Ipad or iPhone co-ordinates. Here is my current logic to create Frames for these UIImageViews - (void)setAnimationFrame:(NSString *)imageName iPadFrameX:(int)iPadX…
Alex
  • 833
  • 3
  • 15
  • 28
0
votes
1 answer

iPhone 5 resolution and MonoDevelop

Today, I have received this email from Apple Developer Support: If you are updating your app for iPhone 5 and iPod touch (5th generation), you must provide additional screenshots to support the new screen dimensions for the App Store. The new…
Luigi Saggese
  • 5,299
  • 3
  • 43
  • 94
0
votes
1 answer

iPhone 5 and full canvas width

Okay, so my iPhone 5 arrived (I live in Australia and am lucky to have it before the US) and the first thing I wanted to do was take full advantage of the 88 pixels of extra width for my 2D platformer using the Impact JS engine. I cannot get my head…
gotnull
  • 26,454
  • 22
  • 137
  • 203
0
votes
1 answer

iPhone 5 4 Inch Screen Update

I'm updating my app for the iPhone 5. Now I've read the topics about setting the Autosize Property and I've done that. My question is regarding some of my elements. The interface of the app is really simple. It uses a pre-defined apple background…
Flatlyn
  • 2,040
  • 6
  • 40
  • 69
0
votes
1 answer

Run an iOS6 App on New iPad

Im creating an App for iPhone5 and it runs good in iPhone 6.0 simulator (with 4-inch display). Now i wanna test it on my New iPad, which has been upgrade to iOS6, but the screen is automatically shrinking into 3.5-inch. Is there anyway to keep the…
lu yuan
  • 7,207
  • 9
  • 44
  • 78
0
votes
1 answer

Get rid of the bar in iPhone 5

I am trying to display an image in iPhone 5 Simulator in xcode. I am using the UIImageView. There is a bar below. Look at the attached screenshot. How do I get rid of that bar ?
user1191140
  • 1,559
  • 3
  • 18
  • 37