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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:35:14+00:00 2026-05-26T01:35:14+00:00

I am currently trying to add a Activity Indicator View to my Splashscreen. It

  • 0

I am currently trying to add a Activity Indicator View to my Splashscreen. It only should appear once – at the first start of the App. Some images are created that are needed for the App, but it takes some time.

While the images are created, the Splashscreen is still visible. So I thought it could maybe be possible to add a Activity Indicator as a Subview of the Splashscreen or at least add it somehow over the Splashscreen.

Is there a possibility to make this possible?

Thanks for your help 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-05-26T01:35:14+00:00Added an answer on May 26, 2026 at 1:35 am

    You will need to add the “Splashscreen” as top most view to your window, the “splashcreen” it self is not a view. The system wil just display the default.png:

    - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
        // Override point for customization after application launch.
    
        splashScreen = [[UIImageView alloc] initWithFrame:CGRectMake(0.0f, -20.0f, 320.0f, 480.0f)];
        splashScreen.backgroundColor = [UIColor blackColor];
        splashScreen.image = [UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"Default" ofType:@"png"]];
        [self.window addSubview:splashScreen];
    
        [self.window makeKeyAndVisible];
    
        [self performSelector:@selector(applicationDidStart) withObject:nil afterDelay:0.1];
    
        return YES;
    }
    

    splashScreen is a class variable, you could add an Activity Indicator to the splashView.

    Then in the applicationDidStart did start methods place the code that will take some time:

    - (void) applicationDidStart {
        // some thing that takes a while
    
       [splashScreen removeFromSuperView];
       [splashScreen release], splashScreen = nil;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently trying to add an MSChart to a partial view in ASP.NET MVC
Currently I am trying to add a preference activity into my application but found
I'm trying to refactor/redesign an Android app. Currently, I've one UI activity ( Activity
Im currently trying to add the SlidingDrawer in my application.. My activity consists GridView
I'm currently trying to read in an XML file, make some minor changes (alter
I am currently trying to write a very simple app that sends an object
I am currently trying to add a widget to my application and have been
I have a fragment I am trying to add into a view. FragmentManager fragMgr=getSupportFragmentManager();
Currently I'm trying to add on to the auto-complete module for jquery that is
I am in the process of trying to add dynamic checkbox to my activity.

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.