Questions tagged [universal]
621 questions
-1
votes
4 answers
My app Shows iPhone View For iPad
I've Created an iPhone App.I Want To Make it Universal on Next Version But When I Choose Universal From Deployment Info Menu it Does not Creat Main-iPad Storybiard.Anyway I Created it Myself and When I Tried too Test it on iPAd it shows iPhone…

user3025548
- 31
- 1
- 4
-1
votes
1 answer
Is it possible to create an action that can receive different types of parameters? (Xcode)
I was woundering if it is possible to make an action that can receive different types of objects. For example if I want to pass UILabels and UIButtons, to the same action, but only one at the time. What I'm not looking for is something like this:
-…

Eksperiment626
- 985
- 3
- 16
- 30
-2
votes
2 answers
Setting up an universal application in ios
I have created an universal application which runs fine on my ipad . But the image sizing for the iphone isnt perfect . I have tried all the view modes .Can anyone help with this issue .
I have added all the images with all the different resolutions…

Nikilicious
- 1
- 1
- 10
-2
votes
1 answer
iphone : how to make iPhone App seachable in App Store for iPad device?
My app is and iPhone based App, and it can run on iPad device, though UI is designed for 640x960 device.
When I search the app in iPad, it will show no this app by default. There're two tab in the app store. One is iPad app, the other one is…

Bruce Tsai
- 1,440
- 2
- 12
- 18
-3
votes
1 answer
Creation of a universal (generic?) class i java
I have four similar classes which only differ in type of created object inside them.
Like this
public class ImportingWarehouseP //ImportWarehouseW, ImportDictionary, ImportSupplier
{
private ArrayList list = new…