ios开发中用[self presentViewController:recharge animated:YES completion:nil];来跳转界面

2025-04-28 17:50:25
推荐回答(1个)
回答1:

ZYModeViewController *moder = [[ZYModeViewController alloc] init];

[self presentViewController:moder animated:YES completion:nil];

1检查导入头文件
2.检查创建方法
3.位置有没有写错,比如应该在btnClick时间中