iphone - Why does animating a modal view controller onscreen cause a crash here? -


this piece of code works fine. however, if change animated parameter yes crashes.

accountviewcontroller *accviewcontroller = [[accountviewcontroller alloc] initwithnibname:@"account" bundle:nil];  [self.navigationcontroller pushviewcontroller:accviewcontroller animated:no]; [accviewcontroller release]; 

what wrong?

are doing while other animation going on? i've seen crashes here in type of situation (for example, while 1 view being dismissed, pushing or presenting crash.)


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -