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

  • Home
  • SEARCH
  • 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 9003999
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:48:03+00:00 2026-06-16T00:48:03+00:00

I know it’s very vague and is asking a lot but does anyone know

  • 0

I know it’s very vague and is asking a lot but does anyone know how to convert the standard iOS starter project from iPhone to iPad (both is best)? Or does anyone know where I can download one. I am a new iOS developer and am trying to start learning with Parse.

I am referring to this project https://www.parse.com/downloads/ios/parse-starter-project/latest

P.S. Just because this question isn’t perfect doesn’t mean you have to go and down vote and flag it for removal I don’t have a lot of points already no need to lose even more 🙂

  • 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-16T00:48:04+00:00Added an answer on June 16, 2026 at 12:48 am

    Not being able to see this sample project, it’s hard to say for certain what it will take.

    At bare minimum go into your project summary, and select “Universal” for the device support.

    Above and beyond that, it just depends on what the app is and how it’s structured. For NIBs, you will want a NIB for iPhone and one for iPad. I find it easy to abstract this away so that I can simplify my view loading:

    MyController *myController = [[MyController alloc] initWithView:@"MyControllerView" bundle:nil];
    

    Then in a category, I’d define initWithView similar to:

    @implementation UIViewController (Universal)
    
    -(id) initWithView:(NSString *)view bundle:(NSBundle *)nibBundle{
        bool isIpad = UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad;
        NSString *nibName = [NSString stringWithFormat:@"%@_%@", view, (isIpad ? @"iPad" : @"iPhone")];
    
        return [self initWithNibName:nibName bundle:nibBundle];
    }
    
    @end
    

    But, that’s just one aspect of supporting both devices. In reality the subject is rather specific to the app you’re working on. Things like OS support (e.g., am I only targeting iOS 6 or higher) play a factor in things.

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

Sidebar

Related Questions

Does anyone know how can I replace this 2 symbol below from the string
I know theres a lot of posts about redirects but this is a little
I know this is a very basic question but sometimes it happens that you
I know threre a lot of libraries dotnetopenauth,oauthbase, etc. But i need sample of
I know that it is not possible to access the ringtones in iOS, but
I know how the if shell command is used. But how does it actually
i know that Pngcrush is an image optimisation technique in iOS , but my
Know this might be rather basic, but I been trying to figure out how
I know you can not set a key value dynamically, but what about the
I know that Phonegap has an event for back button, but it's only available

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.