gpt4 book ai didi

不使用 Storyboard 的 iOS7 segue

转载 作者:行者123 更新时间:2023-11-29 03:18:45 25 4
gpt4 key购买 nike

我有一个带有 UITableView 的应用程序(在 PatientViewController 中),每次点击不同的单元格都应该向 ArticleViewController 发送不同的值。我使用以下代码在 ViewControllers 之间进行了所有转换:

UIStoryboard *mainStoryboard = [UIStoryboard storyboardWithName:@"Main_iPhone" bundle:nil];
NewsViewController *mv = (NewsViewController*)[mainStoryboard instantiateViewControllerWithIdentifier:@"news"];
[self presentViewController:mv animated:YES completion:NULL];

我不想使用 NavigationController 也不想使用 Storyboard 来创建 segue。那么如何只写代码而不使用 Storyboard 呢?谢谢。

最佳答案

您可以使用以下内容创建 UIStoryBoardSegue:

  UIStoryboardSegue :: initWithIdentifier:source:destination:

然后,从源 UIViewController,可以调用以下内容:

 performSegueWithIdentifier:sender:

有关详细信息,请参阅 UIStoryBoardSegue 文档的概述部分。

关于不使用 Storyboard 的 iOS7 segue,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21377610/

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