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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:24:10+00:00 2026-06-15T11:24:10+00:00

I am developing a cocos2d game in ios. This is the code for app

  • 0

I am developing a cocos2d game in ios.
This is the code for app delegate :

    self.window = [[UIWindow alloc] initWithFrame:[[UIScreen mainScreen] bounds]];
    self.homeViewController = [[ViewController alloc] initWithNibName:@"ViewController" bundle:nil];
    self.window.rootViewController = self.homeViewController;
    [self.window makeKeyAndVisible];

In this I am making the ViewController class the rootViewController.
And I am presenting GameOptionsViewController class from HomeViewController class.
From GameOptionsViewController I am calling the method in app delegate to add the game scene.

-(void)addGameScene

    {

    CCDirector *director = [CCDirector sharedDirector];
    if( ! [CCDirector setDirectorType:kCCDirectorTypeDisplayLink] )
        [CCDirector setDirectorType:kCCDirectorTypeMainLoop];
    else {
        [CCDirector setDirectorType:kCCDirectorTypeDisplayLink];
    }

    // Init the View Controller
    viewController = [[RootViewController alloc] initWithNibName:nil bundle:nil];
    viewController.wantsFullScreenLayout = YES;
    if(!glView)
        glView = [[EAGLView alloc] initWithFrame:[window bounds]];
    [director setOpenGLView:glView];

    [director setOpenGLView:glView];
    [director setDeviceOrientation:kCCDeviceOrientationLandscapeLeft];
    [viewController setView:glView];
    [window setRootViewController:viewController];
    [window addSubview: viewController.view];
    [window makeKeyAndVisible];
    [[CCDirector sharedDirector] runWithScene: [HelloWorldLayer scene]];
}

Now when i want to hide the game scene, i use the code:

   [[CCDirector sharedDirector] stopAnimation];
   [[CCDirector sharedDirector].openGLView setHidden:YES];

The game scene is hidden, but the previous view, i.e GameOptionsViewController does not show up.
What I am doing wrong??.. Please advice..

  • 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-15T11:24:11+00:00Added an answer on June 15, 2026 at 11:24 am

    here you set the RootViewController with viewController like that..

    [window setRootViewController:viewController];
    

    as it just set your GameOptionsViewController class object as a rootViewController..

    For Ex.

       ViewController *homeViewController = [[ViewController alloc] initWithNibName:@"ViewController" bundle:nil];
       window.rootViewController = homeViewController;
    

    i hope this help you…

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

Sidebar

Related Questions

I'm developing something for iOS with cocos2d. Now I have this CCLabelBMFont instance variable
I am developing an iPhone app using cocos2d and box2d.In this app i require
I'm developing my first app for iOS with Cocos2d in Objective C. I'm new
I'm developing a space game for iOS with cocos2d 2.0. I need to add
I am developing an IOS app using cocos2d and the SimpleAudioEngine for playing a
I am developing a cocos2d game, I tried to converted the code to Objective
I am developing a game using Cocos2D for iOS. There are some scenes like
I am developing one 2d game using cocos2d framework, in this game i am
I'm developing a game using cocos2d v2.0 beta2. Since i worked with iOS5.0 all
I'm currently developing a doodle-jump style game in Cocos2d for iPhone and have a

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.