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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T21:17:04+00:00 2026-06-05T21:17:04+00:00

I am creating an app where if something occurs, it switches back to the

  • 0

I am creating an app where if something occurs, it switches back to the previous screen.

There is practically no real code in the app, and when it does it has nothing to do with the previous view, but just in case, here is the entire .m: http://pastie.org/4111440

[self.navigationController popViewControllerAnimated:YES];

This^^ gives me EXC_BAD_ACCESS with “nested pop animation can result in corrupted navigation bar”

If you need any more info leave a comment. Thank you!

If you really want to help, I will message you a link to the entire .xcodepproj or whatever the extention is for the entire product.

  • 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-05T21:17:05+00:00Added an answer on June 5, 2026 at 9:17 pm

    I think the message says it all: “nested pop animation can result in corrupted navigation bar”.

    It looks like you are doing a pop with animation while in the middle of doing a pop with animation. I would recommend you figure out a different way to structure the code so you don’t have the double pop.

    If that’s not possible, you may want to do a delayed pop to keep them from overlapping.

    - (void)doPop
    {
        [self.navigationController popViewControllerAnimated:YES];
    }
    
    …
    
    // At the previous pop point.
    [self performSelector:@selector(doPop) withObject:nil afterDelay:0.5];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a quiz app that will display something depending on their results
I'm creating an app on android in java, very simple, which has a button
Hi i'm creating an app which have shopping cart and payment done via paypal
I am creating an app using iOS 5 SDK. I managed to push views
I am creating an app in C# where the user enters their name and
I am creating an app that will point a simple arrow in the direction
I am creating an App with following design: I have a UITableView with custom
I am creating an app that is a ticket sales system. On the checkout
I'm creating quiz app of sorts for Android. The questions shall be posed in
I am creating an app that allows users to create and apply for jobs.

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.