i have a FirstViewController that i have attach Cocos2d on it, when i try to pop thisview back to the rootviewcontroller how can i do it?
i try to send message from CCLayer to FirstViewController to pop to root but not work
here is the code in Firstviewcontroller
- (void)poptoRootview { NSLog(@"poptoRootview"); [self.navigationController popToRootViewControllerAnimated:YES]; }