G'day,
I have a small question. I'd like to use ccsequence for replacing current running scene with another one just after the view controller will be dismissed, would be nice to have something like that:
id test = [((AppController *) [UIApplication sharedApplication].delegate).navController dismissViewControllerAnimated:YES completion:Nil];
(id "test" for future use in ccsequence)
So here is the question, is it possible anyway to use ccsequence for dismissing view controller using the string typed above and then replacing current running scene with another one (just wanna repeat), but only after the view controller will be dismissed, because it couses some problems with animation on devices like iphone 4 if i am trying to dismiss view controller and replaceScene in the same time without making it successively.
Thank you very much in advance guys for your answers and very hope to get some help here!