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 8746129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:08:47+00:00 2026-06-13T12:08:47+00:00

I have been trying to solve this problem for over 14 hours now…I am

  • 0

I have been trying to solve this problem for over 14 hours now…I am really hoping that someone could please help me load my storyboard. Everytime I try it non-programmatically, it decides it wants to keep it as a black screen (and its not the loading screen. I checked to see if it was in the initial view controller. Yet nothing. So I figure, maybe I need to do it programmatically. I’ve synthesized them properly as you can see. Still nothing. What am I doing wrong (there is no xcode error output).

Appdelegate.h

#import <UIKit/UIKit.h>
@class ViewController;
@interface AppDelegate : UIResponder <UIApplicationDelegate> {
        UIWindow *window;
    UIViewController *viewController;
}

@property (strong, nonatomic) UIWindow *window;
@property (strong, nonatomic) UIViewController *viewController;
@end

AppDelegate.m

#import "AppDelegate.h"
#import "ViewController.h"


@implementation AppDelegate

@synthesize window;
@synthesize viewController=_viewController;
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
    self.window = [[UIWindow alloc]
                   initWithFrame:[[UIScreen mainScreen] bounds]];

self.window.rootViewController = viewController;
    [self.window makeKeyAndVisible];
    return YES;
}
- (void)applicationWillTerminate:(UIApplication *)application {
    // Save data if appropriate
}
  • 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-13T12:08:48+00:00Added an answer on June 13, 2026 at 12:08 pm

    If you are using a Storyboard, you should remove the code you have written in the app delegate method; change it to look like this:

    - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
    {
        return YES;
    }
    

    Next look at your build target properties (in your project navigator, click on the name of your project at the very top). Is your storyboard selected in the “Main Storyboard” section of the “Summary” pane?

    Finally go to the storyboard and make sure your view controller is selected as the initial view controller. Select the view controller scene and verify that the “Initial Scene: Is Initial View Controller” box in the attributes inspector pane is checked.

    If all of these steps have been verified and you’re still seeing a blank screen, it’s possible that there is a bug in your view controller. Try dragging a brand new view controller to the storyboard, add a label, and set it as the initial view controller. If you are able to see that scene launch, there is a problem with your original view controller (rather than it being an issue with the launching of your storyboard).

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

Sidebar

Related Questions

I have been trying to solve this problem for three days now, it's really
I was hoping someone could help me. I have been trying to solve this
I have been trying to solve this problem for a while, could not find
I've been trying to solve this problem for over an hour now, and can't
I have been trying to solve this problem for a while, but couldn't with
I have been trying to solve this problem the whole day: How do I
I have been trying to solve this problem all day, I googled a lot,
I have been trying to solve this strange problem with a website I am
I'm still a beginner and I have been trying to solve this problem by
I've been trying to solve this problem for a few days now without much

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.