gpt4 book ai didi

iphone - 切换 View 时的 SIGABRT Objective C

转载 作者:行者123 更新时间:2023-11-30 16:00:25 25 4
gpt4 key购买 nike

-(IBAction)enterVeryBasics:(id)sender {
VeryBasics *enterIntro = [[VeryBasics alloc]initWithNibName:Nil bundle:Nil];
[self presentModalViewController:enterIntro animated:YES];
[enterIntro release];
}

我这里有这段代码,在[selfpresentModalViewController:enterIntroanimated:YES];上它给了我一个SIGABRT

我在同一个 .m 文件中有多个其他操作,但它们没有遇到相同的问题。

最佳答案

查看 UIViewController 类引用实例方法签名:

- (void)presentModalViewController:(UIViewController *)modalViewController animated:(BOOL)animated

你的 VeryBasics 是 UIViewController 的子类吗?从您的代码来看它并不像。

关于iphone - 切换 View 时的 SIGABRT Objective C,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7768822/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com