gpt4 book ai didi

swift - 为什么显示此警告 : Unsupported Configuration: Segues initiated directly from view controllers must have an identifier

转载 作者:行者123 更新时间:2023-11-30 10:53:52 24 4
gpt4 key购买 nike

当我运行我的项目时,xcode 编辑器显示警告。我不明白这个警告。我找不到任何错误或错误,但仍然显示警告消息。

最佳答案

当您通过从 viewController(而不是 UIButton 或其他元素)拖动来创建 Segue 时,就会发生这种情况。原因是为了以编程方式执行 segue,您需要指定如下标识符:

[self performSegueWithIdentifier:@"BOOK_LEAVE_SEGUE" sender:sender];

否则无法知道要执行哪个segue。

因此,单击 Storyboard中的 segue,打开属性 Pane 并为其指定一个标识符。

Where you should set the identifier

关于swift - 为什么显示此警告 : Unsupported Configuration: Segues initiated directly from view controllers must have an identifier,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54176799/

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