[self.view addSubview:self.ListNewController.view];
as we know that function means, will add view to self.view.. the question is, why listNewController's viewWillAppear doesn't called?
is there any way to make animate change and call viewWillAppear?