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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T12:12:20+00:00 2026-06-10T12:12:20+00:00

I have an iPhone application in which I am using autologin. So I am

  • 0

I have an iPhone application in which I am using autologin. So I am storing the credentials in local and doing the autologin.I have a logout button in the application in which I am popping back to login controller in my stack. But if the user clears the app in the background (by doubleclicking the Home button) then when he tries to logout in my app, there is no login view controller on the stack (because of autologin). Then the logout button doesn’t work. Can anybody help me in tackling this situation? I am logging out like this:

   NSArray *array1 = [del.navigationController viewControllers];
   NSLog(@"%@",[del.navigationController viewControllers]);
   [del.navigationController popToViewController:[array1 objectAtIndex:0] animated:YES];
  • 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-10T12:12:22+00:00Added an answer on June 10, 2026 at 12:12 pm
      NSArray *array1 = [del.navigationController viewControllers];
       NSLog(@"%@",[del.navigationController viewControllers]);
       [del.navigationController popToViewController:[array1 objectAtIndex:0] animated:YES];
    

    [array1 objectAtIndex:0] in that case wont be your login view .

    So you can keep a condition like this :

      UIViewController *vw = (UIViewController *) [array1 objectAtIndex:0];
      if([vw isKindOfClass:[login class])
        [del.navigationController popToViewController:[array1 objectAtIndex:0] animated:YES];
      else
      {
       // init ur login class and push that to nav stack. 
       }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an IPhone application in which I am using an IBOutlet button with
I have an Iphone application in which i am using two types of purchases.Non
I have been working with iPhone application in which i am using sqlite database.
i have watched a site which has taught iphone application using dashcode.it says dashcode
I have an iphone application in which in a button click i am showing
I have an iphone application in which in a button click i am showing
I have an iPhone version of my application which is using a bit of
I have an IPhone application in which i am using the custom images for
I am using UIDatePicker in my iPhone application.I have kept a button on clicking
I am creating an iphone application in which I have to upload photos using

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.