Why ARC doesn't release memory when popViewControllerAnimated is called
问题 my project use ARC , and when i have to show a view with navigation controller i do this: ShareViewController_iPhone *share = [[ShareViewController_iPhone alloc] initWithNibName:@"ShareViewController_iPhone" bundle:nil]; [self.navigationController pushViewController:share animated:YES]; and i can see in xcode that the memory is increased of a certain value, then when i dismiss the view i do this: [self.navigationController popViewControllerAnimated:YES]; but when the view is closed, the