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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T00:07:56+00:00 2026-05-26T00:07:56+00:00

I have a UITabBarController, which is the second item in a UINavigationBarController. Within the

  • 0

I have a UITabBarController, which is the second item in a UINavigationBarController. Within the UITabBarController are a couple of views, one of which is a UIViewController subclass called AccountViewController. Got that?

Login View Controller -> UIViewController + UITabBarController - > Account View Tab -> Button

I want to use a button – Logout – to pop back to the Login view. How would I do that?

  • 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-26T00:07:57+00:00Added an answer on May 26, 2026 at 12:07 am

    Assuming you are creating the UITabBarController within one of the UIViewControllers which are part of the string of view controllers within the UINavigationController where you have done something similar to this:

    UITabBarController *mytabs = [[UITabBarController alloc] init];
    [self.view addSubview:mytabs.view];
    mytabs.delegate = self; // This is key to getting back your UINavigationController
    

    You can call this from within one of the UIViewControllers that are added to your mytabs.viewControllers array like so:

    [[(UIViewController *)self.tabBarController.delegate navigationController] popViewControllerAnimated:YES];
    

    You can also specify if you want it to go to a specific viewController index in the UINavigationController stack ( just in case your Login viewController isn’t the next one down or the root view controller ).

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

Sidebar

Related Questions

I have an uitabbarcontroller which contains a couple uiViewControllers. When i show one of
I have a root UIViewController subclass that has a UITabBar, (I'm not using UITabBarController)
I have a subclass of UITabBarController which i am using so that i can
I have a UITabBarController which has on one of its tabs, a UINavigationController. The
I have a UITabBarController that holds several tabs of which one tab (third Tab,
I have a UITabBarController inside a UIPopoverController, which I am displaying solely from one
I have an UITabBarController with two tabs: UINavigationController OptionsViewController : UIViewController How can I
I have a UITabBarController which is switching between tabs just fine. The only issue
i have some Problems with my iPad Code. I have a UITabBarController which holds
I've got a window with a UITabBarcontroller at the bottom. I have 3 tabs,

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.