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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T07:02:56+00:00 2026-05-24T07:02:56+00:00

I have rootcontroller with navigation system. what I want to do is pop an

  • 0

I have rootcontroller with navigation system. what I want to do is pop an old stack and add new stack through delegation. For example, (1) call method contains pop currentview and delegation. (2)in rootview, it receives delegation and push a new stack to it self.

currentviewcontroller.m

-(void)chooseSticker:(id)sender{
    [self.navigationController popViewControllerAnimated:YES];
    [self.delegate returnSetView];
}

rootviewcontroller.m

-(void) returnSetView{
    SetToolController *setController = [[SetToolController alloc]initWithNibName:@"SetToolController" bundle:nil];
    [self.navigationController pushViewController:setController animated:YES];
    [setController release];

}

It only returns to root controller but adding new view. I can find overlapping ‘back’ button on the navigation bar after I invoke the method.

  • 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-24T07:02:56+00:00Added an answer on May 24, 2026 at 7:02 am

    The animations are blocking your view to be created. Hence either you can turn off the animations or you can add a delay before displaying the other view.

    performSelectorOnMainThread:withObject: afterDelay: waitUntilDone:YES
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do you dismiss a popover from within a navigation stack. I have a
I have a navigation controller with 2 UIBarButtonItems in my navigation bar. I want
I have a navigation based app. The first view (rootcontroller) starts with three large
Have you used VS.NET Architect Edition's Application and System diagrams to start designing a
I have a plain XCode CoreData enabled iPhone/iPad navigation application. In this I have
I have a navigation driven app. I need that app to rotate. The UINavigationController
i have an app with tab bar and a navigation controller inside every tab.
I tried the new Customizing API for iOS 5 and have some problems I
I've got a simple example where i have a delegate that has a string,
I Have a view with a button. I want to press the button and

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.