gpt4 book ai didi

iphone - 以编程方式枚举 UIViewController 的传出 Segue

转载 作者:IT王子 更新时间:2023-10-29 08:11:25 24 4
gpt4 key购买 nike

对于 View Controller 之间的 iOS 5 导航,UIViewController 类提供了[self performSegueWithIdentifier:@"MySegue"sender:sender] 选择器。据推测,在幕后, Storyboard 实现知道从任何 View Controller 传出的 segue 标识符列表,即 [@"MySegue", @"MySegue2"]。有没有办法以编程方式访问此列表,以获取可传递给 performSegueWithIdentifier 的标识符?

最佳答案

这是一个未记录的行为,但是

NSArray *segueTemplates = [self valueForKey:@"storyboardSegueTemplates"] ;  

应该返回一个数组,其中包含可以传递给 performSegueWithIdentifier 的所有可能的 segue 值。

关于iphone - 以编程方式枚举 UIViewController 的传出 Segue,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9206257/

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