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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T11:16:55+00:00 2026-05-29T11:16:55+00:00

I’m having issues with the following. Atm i have a LoginView that sends the

  • 0

I’m having issues with the following.

Atm i have a LoginView that sends the user to a tabbarcontroller.After verification the user is sent to the tabbarcontroller with the following code:

-(void)userSuccessfullyLoggedIn{

        [self.window setRootViewController:myTabBarController];
        [myTabBarController setSelectedIndex:0];
        [self.window makeKeyAndVisible];
}

After this, the user is successfully sent to the first view in the tabbar.

The 5th item on the tab-bar holds an empty view to “log out” the user from the tabbarcontroller back to the LoginView.

// The following code intercepts the popup that confirms the "log out" dialog.

-(void)alertView:(UIAlertView *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex{
        // index 0 is the YesButton that is supposed to "log out" the user.
        if (buttonIndex == 0)
        {
            myAppDelegate *appDelegate = [[UIApplication sharedApplication] delegate];

            [appDelegate userLogsOut]; 


         }
         else{

              NSLog(@"The user chose not to logout. Passing the user to the first tab");

              [[self myTabBarController] setSelectedIndex:0];

             }     
}

The [delegate userLogsOut] code is as follows:

-(void)userLogsOut{

        [self.window setRootViewController:myLoginViewController]
        [self.window makeKeyAndVisible];
}

And now to describe the problem.

It works just as i want it, except for when the user logs back in again and is supposed to land on the first tab holding the first view, the popup dialog from the empty logoutView just appears out of nowhere.

The first view is visible in the background, and if selected NOT to log out, the dialog disappears, if the user is selecting YES at this point, the user gets logged out again.

Thanks for reading, and any tips and/or pointers will be highly appreciated. Thanks 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-29T11:16:55+00:00Added an answer on May 29, 2026 at 11:16 am

    Sorry I cannot test it now, but I think when you log in for the second time, the Logout tab (fifth tab) is still active when [self.window setRootViewController:myTabBarController]; was called, before you selected the first tab with [myTabBarController setSelectedIndex:0];. You could try switching the first and second lines in - (void)userSuccessfullyLoggedIn like:

    -(void)userSuccessfullyLoggedIn{
    
        [myTabBarController setSelectedIndex:0];
        [self.window setRootViewController:myTabBarController];
        [self.window makeKeyAndVisible];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I have this code to decode numeric html entities to the UTF8 equivalent character.
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I'm working with an upstream system that sometimes sends me text destined for HTML/XML
I ran into a problem. Wrote the following code snippet: teksti = teksti.Trim() teksti
I have a .ini file as follows: [playlist] numberofentries=2 File1=http://87.230.82.17:80 Title1=(#1 - 365/1400) Example
That's pretty much it. I'm using Nokogiri to scrape a web page what has

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.