CATransition *t = [CATransition animation];
t.type = kCATransitionMoveIn;
t.subtype = kCATransitionFromBottom;
[controller.view addAnimation:t forKey:@”dropdown”];
[self controller.view animated:NO];
CATransition *t = [CATransition animation];
t.type = kCATransitionMoveIn;
t.subtype = kCATransitionFromBottom;
[controller.view addAnimation:t forKey:@”dropdown”];
[self controller.view animated:NO];