Questions tagged [ios-universal-app]

An iOS universal app is an app that can be run both on iPhone, iPhone with retina screen, iPad and iPad with retina screen.

An iOS universal app is an app that can be run both on iPhone, iPhone with retina screen, iPad and iPad with retina screen.

Developer guide for Creating a Universal App

284 questions
0
votes
2 answers

Universal Ios 7 apps dimensions and stuff

If you create a universal ios app in xcode and want to position elements in the code instead of the interface builder then how do you do that. I mean do you just use iphone positioning and xcode scales it up for ipads or what?
0
votes
1 answer

Upgrade iPhone-Only app to Universal doesn't create -ipad classes

I'd like to upgrade my iPhone-only app to Universal. So, from the targets' general window I switch from iPhone to Universal and select "copy" for generate iPad Storyboard based on the iphone one. Now a new folder named iPad is created but is empty…
Cers
  • 169
  • 1
  • 11
0
votes
1 answer

Xcode5 ios7, how do I update my app from iPhone 5s only to universal?

My app was just accepted to the app store and works fine, but I noticed that on iPhone 4s and lower (smaller screen size) the app doesn't show full screen. The same with my app on the iPad. How would I switch to a universal app? Thanks!
0
votes
2 answers

Two Xibs one UIViewController crashing on iPad

I have a strange problem. I have 2 XIBs and 1 ViewController. The One XIB ist for iPhone the other for iPad. In the XIB for iPad there are just bigger images. - (void)pressShare:(UIBarButtonItem *)sender { NSString *nibName = @""; …
Miralem Cebic
  • 1,276
  • 1
  • 15
  • 28
0
votes
2 answers

How to make this iPhone app work on the iPad as well?

I've already created and finished the iPhone version of my app, and before I submit it want to create the iPad version in the same file. I've used storyboards, so would I have to create a whole new storyboard for the iPad side of it, then link the…
Shi Diun
  • 1
  • 5
0
votes
1 answer

iPhone and iPad image size

I tried to develop universal app, and I displayed image with size 768*1024 on iPhone 4 and I displayed the same size on iPad screen and I get good resolution for both is this normal? the same image I can use in iPhone and iPad or this happened only…
Fadia Jaradat
  • 199
  • 2
  • 16
0
votes
1 answer

xcode 5 ios7 drag drop connections from multiple xibs to same function

I have made an iPhone application and currently it loads a xib specific for iPhone. Currently I drag drop the connections from xib to xcode for ibOutlet and ibAction. Currently I have iphone.xib and it has MyLabel which is linked to an IBOutlet to…
Shamas S
  • 7,507
  • 10
  • 46
  • 58
0
votes
1 answer

How to have same storyboard name for iPhone & iPad in multiStoryBoard Universal App?

I am creating a multiple storyboard app. On basis of requirement, I am using different story board at different instances. for supporting it all devices, I have to write my code like this: if ([[UIDevice currentDevice] userInterfaceIdiom] ==…
Prince Agrawal
  • 3,619
  • 3
  • 26
  • 41
0
votes
1 answer

Universal app and landscape orientation for iPad

I want to design a universal app that I'd want to support just portrait orientation. It's weird because Xcode allows you to select portrait orientation only in the target's Deployment Info settings (and in Info.plist), but reading the iOS Human…
AppsDev
  • 12,319
  • 23
  • 93
  • 186
0
votes
2 answers

How to Add multiple Phone Numbers like contacts application IOS 7

I'am developing IOS Universal App , and stuck in a logic and UI similar to Contacts App IOS 7, basically i have guests list and user can add guest , guest has many keys and doors.Just like contact in contacts app each one has multiple phone numbers…
Mina Kolta
  • 1,551
  • 2
  • 12
  • 22
0
votes
2 answers

Make Universal (iPhone+iPad) app run on iPhone storyboard on iPad (simulated size)

I have a universal app that I've previously designed for both iPhone and iPad, now I don't want to work with the iPad storyboard. I know that I can't withdraw iPad support as I've previously published the app as universal. I need to keep my app…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
0
votes
1 answer

Is there more efficient way to downscale an iPad application that doesn't use .xib or .storyboard to iPhone scale?

I'm starting an investigation into downscaling an iPad application to fit into the form factor of the iPhone. The main problem is that this project does NOT use .storyboards or .xib files with the exception of a custom UIInputView. My main question…
ataranlen
  • 138
  • 1
  • 9
0
votes
1 answer

Universal app or not

I developed my first iphone app recently and would like to port it to an ipad. I've got a couple of related questions. 1) from what i've read, it sounds like creating a universal app will increase the size of the app that the user will download onto…
0
votes
1 answer

Execute loadView for iPhone only in Universal application

I am currently porting iPhone app to iPad application. Now in few screens of iPhone app all the UI is done via code with Visual Format Language. Now in iPad since UI is different I can simply do it via Interface Builder. Now how can I my app execute…
iOSAppDev
  • 2,755
  • 4
  • 39
  • 77
0
votes
1 answer

Creating Universal app for itunes?

I know it is not a technical question but i can't find it else where. My iPhone app is on itunes but itunes shows different tabs for iPhone and iPad apps, and my app is showing in iPhone app category.But i want to show it in both iPhone and iPad.For…
Bharat
  • 2,987
  • 2
  • 32
  • 48