gpt4 book ai didi

iphone - 无法设置 View Controller 的委托(delegate)

转载 作者:行者123 更新时间:2023-12-01 18:28:14 24 4
gpt4 key购买 nike

我正在尝试像这样推送 View Controller :

SampleViewControllerB *svcb = [self.storyboard instantiateViewControllerWithIdentifier:@"viewB"];
svcb.delegate = self;
[self.navigationController pushViewController:svcb animated:YES];

如果我删除 svcb.delegate = self;行,它编译得很好并且工作正常。但是,如果我尝试添加它,它将无法编译并给出错误
Property 'delegate' not found on object of type 'SampleViewControllerB *'

有人知道如何解决这个问题吗?提前致谢!

最佳答案

这是你的问题。您必须定义自己的delegate类中的属性,并自己调用它。请务必记住也要制定委托(delegate)协议(protocol)!

关于iphone - 无法设置 View Controller 的委托(delegate),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11228104/

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