真的就是亂寫用的筆記

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

1 year ago