iOS 点击button 弹出 View 怎么设置从下往上 弹出的动画

2025-03-10 17:46:00
推荐回答(1个)
回答1:

使用模态跳转就是默认从下往上弹出的啊!!!!
跳转:
[self presentModalViewController:controllerName animated:YES];
返回:
[self dismissModalViewControllerAnimated:YES];