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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T04:27:47+00:00 2026-05-18T04:27:47+00:00

I need to have a view which shows first before other views but doesn’t

  • 0

I need to have a view which shows first before other views but doesn’t have a tab bar button.

Is there a way to do this ?

EDIT:
I don’t want to show it modally as i want to use to standard function which show other views and having to cater for different ways of showing the view would be messy.

  • 1 1 Answer
  • 1 View
  • 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-18T04:27:48+00:00Added an answer on May 18, 2026 at 4:27 am

    You could add your tabBarController in your window only once you need it and then remove your view from it’s superview do discard it and free memory.

    Something like:

    - (void)applicationDidFinishLaunching:(UIApplication *)application {    
        [window addSubview:viewController.view];
        [window makeKeyAndVisible];
    }
    
    - (void)showTabBarController {
        [window addSubview:tabBarController.view];
        [viewController.view removeFromSuperView];
        self.viewController = nil;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using cancan for authorization. I have a shared view which need authorize
I have a simple table view which is editable. All I need the user
In my custom View which I have added to my viewControllers's view, I need
I have Text( http://www.mywebsite.com ) in a view, in which i need to provide
I have a table view which shows a table view and has a detail
I need to implement a scroll view which (on a button press) will page
I have an application which has 7 tabs with associated views and view controllers.
I need to have a new view(w/ ViewController) added over the top of another.
I need to have various text view on a single line. And I want
I have a view where I need to detect if a property is decorated

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.