Tagged Questions
0
votes
1answer
29 views
Is There any Way To Change Main Headings of Appboy SDK News page from “News and Alerts” To Something else?
I'm currently using appboy SDK in my app.In that we can show News and Alerts Page with the method "displayNews".In this page it is shows a heading with a name "News and Alerts".But i want replace this ...
0
votes
0answers
54 views
iPhone SDK: iPhone 5 interface auto adjust
I do not want my application to autosize for the iPhone 5 as it is automatically doing it even though in the interface I do not tell it to do this. This Problem started occurring after I downloaded ...
0
votes
0answers
64 views
ios iphone/ipod 5 in landscape left mode doesnt detect touches
I am having trouble with touch detection on those ios wide screens. There is about 40px non-responsive top area when in landscape mode.
Weird thing is that this happens only when in landscape LEFT, ...
2
votes
2answers
254 views
iPhone 5 screen size black bars
I am having problems in making my iPhone 4 (3.5 inch screen) work on iPhone 5 screen. I have already tried to import Default-568h@2x.png image for a launch image and it works properly in simulator, ...
0
votes
3answers
89 views
iPhone app retina and nonretina
I have developed both ipad and iPhone app in xcode 4.5 and did it by checking the device :
if(UI_USER_INTERFACE_IDIOM()==UIUserInterfaceIdiomPad)
{
//code for ipad.Adjusting sizes for all the ...
0
votes
0answers
52 views
Setting UITableView Height programmatically works weird
I have tableview in my controller for which I set up frame programmatically. Lets say each row height for tableview is 40. When I want to present tableview I execute following codes.
double ...
0
votes
0answers
117 views
Sending Facebook app request through iOS Social.framework
I am using social.framework library in my xcode project of ios. I can share things on facebook wall through this framework but I dont know and didnt find the way to how to send the "facebook app ...
0
votes
1answer
154 views
Submitting an iphone 5 optimized app to app store
When I started creating my app in xcode, all of the view controllers in the main storyboard were the iphone 5 4 inch display. So I have finally completed my iphone 5 app, however, when I run the app ...
3
votes
1answer
1k views
ipa failed to install in itunes 11
I have tried this so far but still no luck my app is not installing onto some devices.
Here are the steps.
Added UDID of 3 devices (2 X iPhone 5, iPad 4).
Modified Development Provisioning Profile ...
-1
votes
3answers
373 views
Installation issue with iPhone 5 with iOS 6.0.1 and xcode 4.5.2
We have been facing a special scenario for the last week and can not find any solution for it. Here is our configuration info:
Development tool
Xcode 4.5.2, iOS 6.0.1, deployment target 5.0, universal ...
-1
votes
3answers
235 views
How can I re-enable the letterbox mode using the iPhone 5 and Xcode 4.5.2 without deleting the app?
I'd like to re-enable the letterbox mode on the iPhone 5 for my app. Using Xcode 4.5.2 and building an app for iPhone 5, I generated an 1136x640 launch image and it was named Default-568h@2x.png. I ...
0
votes
1answer
154 views
migrate iphone 4/4s App to iphone 5 programmatically
I am working on Migrating my App from iPhone 4,4S to iPhone 5 .I have created all the code programmatically without using any xib
I tried following the Code given:
iOS 6 apps - how to deal with ...
0
votes
1answer
145 views
Storyboard Switching Views from Push Segue Crashing
I have a storyboard set up with two views, one for 3.5in iPhone screens, and one for 4in iPhone screens. In the AppDelegate.m under didFinishLaunchingWithOptions: I have:
ViewController *viewc = ...
0
votes
1answer
376 views
iPhone 5 UI screen issues
After lot of googling i am asking this question. I have an app, i want to make it compatible with the iPhone5. I added Default-568h@2x to my app which contains nearly 10views. So I changed views like ...
0
votes
1answer
315 views
Xcode 4.5 Uploading a iPhone 5 app only
i have a app built in Xcode 4.5 with 4 inch screen/View controllers i built this app just for iPhone 5 as i sent it off to iTunes connect. once it said upload received it showed "Missing Localized ...
10
votes
4answers
637 views
Is it worth adding the armv7s slice on iOS6?
So I know that armv7s is optimised for the iPhone 5, and adding it will make my code run a little bit faster on that device.
Does anyone know just what the difference is? Are there any benchmarks, ...
4
votes
1answer
327 views
Can't build idoubs against armv7s
I am using idoubs open source in one of my projects for VoIP functionality. Things are working fine in armv6 and armv7 architecture. Now i am updating my project to support iphone 5. I could not ...
1
vote
1answer
110 views
Can I still submit iOS 5.1 apps to the app store (Oct 2012 )?
I started building an iOS app with xCode 4.3.2 , using armv6 and armv7 instruction sets. My deployment target is iOS5.1 . Now that iPhone 5 is released, and xCode 4.5 drops support for armv6, and ...
0
votes
2answers
455 views
Xcode 4.5 different iPhone backgroud on iPhone 4s and 5
I have made two different background images for my iPhone app: one in 640x960px (iPhone4s) and one in 640x1136px (iPhone5). But when I create the application layouts in the Xcode 4.5 Main Storyboard, ...
1
vote
1answer
87 views
“Use undeclared identifier” error [closed]
I know that error is very common but I'm working to get my app iPhone 5 ready ! I preferred to use a new storyboard file for iPhone 5 .. but I'm stuck on that error could any one help me please ? ...
2
votes
2answers
278 views
How to make an app that would work fine for both iphone 5 and 4s
I am making an iphone app using the latest Xcode i.e Xcode 4.5.1.
The current XIB files are suited for iphone 5. I am not sure how to make the app that would work on both the screen sizes i.e 3.5 ...
0
votes
2answers
117 views
Make the app iOS 6.0 compatibale [duplicate]
Possible Duplicate:
How to develop or migrate apps for iPhone 5 screen resolution?
I have an app which was targeted for iPhone 3/3G and iPhone 4(retina) basically (using iOS SDK 5.0). Now i ...
2
votes
1answer
77 views
How can we customize scroll view in iphone?
Here I am using a two pie chart and it having a pagination.My problems is in landscape mode the pie chart have move every where in iphone screen. Please be give any idea to scroll in landscape mode
...
1
vote
1answer
226 views
After updating Xcode I have issues linking libraries. ARCHS_STANDARD_32_BIT and ARMV7S
After updating the Xcode, my iPad app doesn't compile.
It has a library called Flurry and the compiler says:
"ld: file is universal but doesnt caontain armv7s slice...libFlurry.a"
So, it seems to me ...
1
vote
0answers
1k views
Change the layout from iPhone 4 to iPhone 5 [closed]
Im trying to change my old apps that is compatible with iOS 5.1 or less to iOS 6 especially for iPhone 5.
what are the steps to make my app fully functional with iOS 6 - iPhone 5 Size
I need to know ...
1
vote
2answers
418 views
Migrating to iphone5 not working?
I have an application in iPhone 4, working fine. Now i want to migrate it to 5. I have a startupviewcontroller for displaying the splash image with a xib; the xib is generated in Xcode 4.2 so it has a ...
1
vote
1answer
612 views
Letter box in iPhone5
It works like magic to get rid of the letter box in iPhone5. Just put in the picture
Default-568h@2x.png.
And the app will open with the NavBar in the top in iPhone5 instead of in a letter box.
But ...
14
votes
3answers
7k views
Xcode Storyboard displaying the new iPhone 5 screen size?
I have the latest version of Xcode. In one of my projects I noticed that the views for the iPhone were the new iPhone 5 screen sizes. I like it but is there a way to switch back to the smaller screen ...
5
votes
1answer
885 views
Will removing support for armv7s architecture still work fine for the iPhone 5 screen?
I am using Xcode 4.5 and using the base SDK, iOS6 and am porting my app for iPhone 5. Some of the libraries that I use for my app are still not built for armv7s architecture.
Will removing support ...
1
vote
0answers
379 views
Default image displayed briefly on resume under iPhone 5
I'm preparing a new build of my app in Xcode 4.5 to fix some issues introduced with iOS 6, but I'm not yet supporting the new screen resolution. A problem I'm seeing on the iPhone 5 is that when ...
0
votes
1answer
1k views
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 ...
15
votes
7answers
11k views
XCode 4.5 (4G182) + iPhone 5 iOS6 - Choose a destination with a supported architecture in order to run on this device
So I have a brand new app I created last night for iOS6, using XCode 4.5. I can properly develop on my iPhone 4 with iOS6.
Today I got my new iPhone 5 with iOS6 and, after updating the certificates ...
4
votes
5answers
1k views
My iPhone App won't run with letterboxes in the new iPhone 5 simulator. How do I get it to letterbox?
I just downloaded the new version of Xcode and ran the app I've been developing. For some reason, it didn't letterbox it. I want to add in the letterboxing effect until I get the app ready for the ...
15
votes
1answer
14k views
How can I set the iPhone 5 in simulator in the new XCode 4.5 GM?
I'm having some troubles with running/testing my App for the new iPhone.
When running simulator with this newer version of XCode the iPhone 4" is not visible (anymore) under hardware->device.
Did I ...
1
vote
2answers
629 views
UIImageView Define Size without .frame
I have a UIScrollView with paging enabled. I want to full it with images and I have a UIImageView which needs to be made to fit without using .frame. This is because it doesn't work with Autolayout ...
8
votes
2answers
5k views
Developing fullscreen 4inch app in xcode [duplicate]
Possible Duplicate:
How do I support the taller iPhone 5 screen size?
How to make my app 4inch-ready? My app in iOS6GM simulator looks not 4inch-sized.
Is there any option in xcode to use ...


