如何在情节提要中搜索Segue标识符?

Raj*_*071 6 xcode storyboard ios swift

我有很多的controller,我storyboard和我打电话。

[self performSegueWithIdentifier:@"someIdentifier" sender:self];
Run Code Online (Sandbox Code Playgroud)

如果我想在xcode故事板上搜索controller关联者,someIdentifier该怎么办?

有什么办法还是我必须单击并检查所有controller

Raj*_*071 4

正如 Drux 所建议的:

我发现最好的方法是在 XML 源代码(打开方式 | 源代码)中搜索 Segue Identifier 来查找视图控制器的名称并从那里获取它。