iphone-5 Questions

5

Solved

iPhone 5 released, with new screen size and resolution. When we used images for iPhone 4 (retina), we just added "@2x" to image name. Can anybody tell me, is it possible to add different images (b...
Zenas asked 21/9, 2012 at 14:21

2

Solved

I have difficulty consolidating the UINavigationBar's barTintColor between iPhone 5 and 5S. Both of my phones are on iOS 7. In the following screenshot, the top is 5S and the bottom is 5. iPhone 5S...
Stagemanage asked 7/12, 2013 at 1:30

3

My code looks like this: CGRect screenRect = [[UIScreen mainScreen] bounds]; SomeView *infoView; if(screenRect.size.height != 568.0){ // iPhone 5/5s users crash in the next line infoView = [[[NS...
Liquidize asked 24/2, 2014 at 13:37

1

I am working on google image search. I found so many url's for this. But problem is in all url's, they are passing the value as string to parameter. How to use Google Custom Search for image searc...
Earthquake asked 12/3, 2014 at 7:22

4

Solved

We are working on a game, that renders a couple splash screens while loading. So we are not using Default.png or [email protected], because it makes sense for the screen to be blank on start...
Bitumen asked 20/9, 2012 at 12:4

1

Solved

I have several date strings that I need to convert to NSDates. My parsing code is the following: NSString *s = [pair objectForKey:@"nodeContent"]; NSDateFormatter *f = [[NSDateFormatter alloc] ini...
Atonement asked 24/10, 2013 at 23:19

2

Solved

The following error appears when I run my iOS app on Xcode 5. I have added an image for the retina 4-inch iOS6 version through the asset catalog and the app runs without problem on my iPhone 5 and ...
Manicdepressive asked 17/10, 2013 at 9:17

1

Solved

I'm trying to get cell tower data with my iPhone 5. I've been testing with VAFieldTest (https://github.com/valexa/VAFieldTest). In the file VAFieldTestViewController.m (https://github.com/valexa/VA...
Ankeny asked 16/3, 2013 at 14:40

2

Solved

I have a problem occurring when starting up my iOS7 Phonegap app with iPhone 4 inch, the startup screen goes up and leave an empty space on the bottom (and we can see the view behind) : http://scre...
Gregor asked 20/9, 2013 at 23:10

1

Solved

I know that someone was able to dig out iphone6,1 platform string from IOS 7 code. However, I don't know what it maps to iPhone 5S or 5C. If anyone has early access to iPhone 5S/5C, please post p...
Rozek asked 17/9, 2013 at 15:44

5

Solved

I'm trying to modify an app to work with the new iPhone 5, 4" screen. I've added the new launch image, "[email protected]". After that everything seemed good. Middle portion of my views is res...
Langobard asked 13/9, 2012 at 21:8

7

Solved

I am using - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation delegate to change the frame of my view based on the orientation type i.e., if(UIInterfa...
Altagraciaaltaic asked 20/9, 2012 at 19:35

4

Solved

When I first updated Xcode and tested my app in the iPhone 5 simulator, the app ran perfectly with black borders at the top and bottom. Then, something popped up asking if I wanted Xcode to auto-re...
Froehlich asked 20/9, 2012 at 17:47

3

well, I have an application that scan and connect to to a 'bluetooth le' device under ios 6.0.1 but on iphone 4s, and it works good. when upload the application to the apple store, they return me a...

4

Solved

I am using latest Google analytic iOS SDK 2.0 in my Project and app get rejection in few minute saying invalid binary. I received a email from apple review team that "Apps are not permitted to acce...
Spade asked 9/5, 2013 at 13:53

3

Solved

I am working on an app that manages the alpha property of image views. Alpha property can increase/decrease as the user moves the phone. I saw something on here about using a subclass of UIAccelero...
Aldosterone asked 14/5, 2013 at 11:39

1

Solved

I need to create above Annotation view on MKMapView. I am able to create the custom annotation view but on the tap of annotation the view need to be opened image with that big text, I am not able...
Teofilateosinte asked 27/4, 2013 at 13:35

6

Solved

In my Project I have done 90% development using XCode 4.2 (was only need to support 4.x,5.x), Now I need to Build for iOS 6 as well, so I switched to Xcode 4.5 & iOS 6. But I am facing lots o...
Pestilential asked 13/4, 2013 at 9:32

5

Solved

I'm getting my app ready for the iPhone 5 using the simulator and I've found a weird issue where a couple of my buttons, in one of my views, don't work in the iPhone (Retina 4-inch) simulator, but ...
Enjoyment asked 19/9, 2012 at 19:59

3

Solved

Quick question: Do new apps submitted now NEED to have customized UI's for the iPhone 5 display? Details: I'm looking for a definitive resource / article which mentions whether new iPhone a...
Farrier asked 3/10, 2012 at 10:28

3

I have 2 view controllers. I want 1st viewcontroller to be Portrait mode only while 2nd viewController should support all orientations. Please help me. In AppDelegate class, my code is : - (BOOL)...
Lonesome asked 20/9, 2012 at 7:37

1

I am able to connect to a peripheral device using BLE, but shortly after reading some characteristics, the framework returns: CoreBluetooth[WARNING] Unknown error: 14 and the peripheral is discon...
Tirpitz asked 22/3, 2013 at 23:58

6

Solved

Is is possible to submit the app with base SDK iOS5.1 and with [email protected], so that application will not leave an extra black space? Our normal application is working fine on iPhone5 le...
Caravan asked 24/9, 2012 at 15:53

3

I just submitted my first app to the app store (yay it was just approved!). I now want to update it to work with (look nicer on) the larger iPhone 5 screen. I don't intend to change anything other ...
Displease asked 1/10, 2012 at 18:9

3

Accidentally I allowed Xcode to add the iPhone 5 launch image for a massive app project where I don't want to adapt to iPhone 5 just yet. I deleted the launch image but the simulator keeps launchi...
Bugeye asked 26/12, 2012 at 13:51

© 2022 - 2024 — McMap. All rights reserved.