Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7772997
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T17:00:55+00:00 2026-06-01T17:00:55+00:00

I am little bit confused about creating universal application for iOS devices using Xcode

  • 0

I am little bit confused about creating universal application for iOS devices using Xcode 4.3 , later versions (Xcode 4) have separate folder classes for this, but how will we make this using newest version of Xcode?

Thanks in advance

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T17:00:56+00:00Added an answer on June 1, 2026 at 5:00 pm

    I don’t think this has changed in Xcode 4.3 compared to previous versions of Xcode 4.* , but though you have a doubt refer to my answer below.

    If you want to create a new project as Universal App then select Universal in Device Family in below image:

    enter image description here

    Or if you are trying to convert an existing iPhone or iPad app to Universal app then select Devices as Universal from Target Settings– > Summary Tab, set Devices to Universal:

    enter image description here

    Hope this helps you.

    EDIT:

    Let us suppose View Controller name is YourViewController

    Let us suppose name of iPad XIB is YourViewController-iPad.xib and iPhone xib name is YourViewController.xib

    YourViewController *yourViewController;
    if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad) //This is iPad 
    {
        // iPad-specific interface here
        yourViewController = [[YourViewController alloc] initWithNibName:@"YourViewController-iPad"  bundle:nil];
    }
    else // This is iPhone or iPod
    {
        // iPhone and iPod touch interface here
        yourViewController = [[YourViewController alloc] initWithNibName:@"YourViewController"  bundle:nil];
    }
    

    Let me know if you need more help.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am little bit confused about following problem & their solutions: i have 2
I'm using SQLite as my database, and I'm a little bit confused about how
I'm a little bit confused about the two different versions of Eclipse - 32/64bit.
I've just started using the .where method, and I'm a little bit confused about
I'm a little bit confused about which method to use : 1- using Jquery
I'm a little bit confused about using the class GregorianCalendar and Date . What
I have a question that I am a little bit confused about. I am
I am a little bit confused about 2 things. Firstly when I create an
I am little bit confused about this statement that I read in a book
Started learning Wicket after ASP.NET MVC and feel a little bit confused about managing

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.