如何在 viewDidAppear:(BOOL)animated 函数中从视图更改视图(使用代码)(将视图切换到我在代码中命名的视图)?我使用故事板。
编辑:
View_Info *Info =[[View_Info alloc]initWithNibName:nil bundle:nil];
[self presentModalViewController:Info animated:NO];
无错误仅警告:
“PredentModalViewController 动画已弃用:iOS6 中首次弃用
感谢帮助