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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -