gpt4 book ai didi

iOS:传递数据错误

转载 作者:行者123 更新时间:2023-11-29 03:58:34 24 4
gpt4 key购买 nike

这个方法对我不起作用。我要工作几分钟。我不知何故不能。

这是我的代码。

- (IBAction)donebutton:(id)sender {
AddTaskViewController *addtask = [[AddTaskViewController alloc]initWithNibName:@"AddTask" bundle:nil];
addtask.testlabel.text = self.zaman1.text;
[self dismissViewControllerAnimated:YES completion:nil];

}

一切正常,但无法正常工作。不是这样吗?这是错误的?

最佳答案

您必须在 viewWillAppear 方法中分配此字符串,在初始化 View 之前,无法配置 IBOutlet(我假设 teSTLabel 是 IBOutlet UILabel *)。如果这没有帮助,请指定错误是什么。

关于iOS:传递数据错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16180918/

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