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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T16:12:39+00:00 2026-05-20T16:12:39+00:00

When I close (pop) the viewcontroller how do I release it so that the

  • 0

When I close (pop) the viewcontroller how do I release it so that the next time it’s run it will have to init again? And how do I init it again?

Let’s say I have some cocos2d game layer placed on that viewcontroller. I would like to add a button to close it (pop the view) and not run in background as it is now.

I’m simply using the code below to pop the current view but it doesn’t “kill” it, just makes it disappear and go to root.

- (IBAction) closeThisOne {
    [self.navigationController popViewControllerAnimated:YES];
}

I create the view this way:

- (IBAction) buttonPressed {
if (self.mViewController == nil) {
    MainViewController *vc = [[MainViewController alloc]
                                      initWithNibName:@"MainView" bundle:[NSBundle mainBundle]];
    self.mViewController = vc;
    [vc release];
}
[self.navigationController pushViewController:self.mViewController animated:YES];
}

Simply.. how can I do something like:
root view > start game view > back to root view (and release game) > start game view again

I’m still a bit confused how exactly navigation and cocos2d works.. Thanks in advance !

EDIT: OK! I see it now… The way I was pushing the viewcontroller I was retaining it at the same time. Just now I saw comparing to your posts, thanks.

  • 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-20T16:12:39+00:00Added an answer on May 20, 2026 at 4:12 pm

    After calling [self.navigationController pushViewController:vc animated:YES]; Its retain count will be incremented since it ‘ll be added to a stack. So after this line of code only you need to call [vc release];. And when you call [self.navigationController popViewControllerAnimated:YES]; it will be removed from the stack and its retain count is again decremented by one.

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

Sidebar

Related Questions

I have a Qt main window that will pop up a dialog box that
I have an extension that needs to pop up a window and then close
Connection.close() may throw SqlException , but I have always assumed that it is safe
I have a pop up dialog that lets you write text and does stuff
I have http://parent.com that opens a pop-up on http://parent.com:8888 (this is in development, in
Is it possible to close an InfoPath form programmatically? I know that it can
Is it possible to close parent window in Firefox 2.0 using JavaScript. I have
Is there a way to close a pop-up window using PHP like the javascript
hey i have displayed a pop-up screen when i click on a menu item
I have a pop-up window a user logs into, once they are logged in

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.