gpt4 book ai didi

objective-c - 带索引的 UIViewController

转载 作者:行者123 更新时间:2023-11-28 20:40:13 25 4
gpt4 key购买 nike

我之前用过的方法:

self.viewController1 = [[MyViewController alloc] initWithNibName:@"MyViewController" bundle:nil andID:0];

但我尝试再次使用它,但它不会使用 ID 自动填充方法并在 bundle 处停止。我尝试自己填写“andID”但它不起作用,就像他们删除了这个功能或其他东西一样。

关于如何在 viewController 中获取 ID 的任何想法?或者可能有其他想法如何识别相同的类并用不同的数据加载它们。

谢谢!

最佳答案

这不是标准的 UIViewController 方法。标准的是:

- (id)initWithNibName:(NSString *)nibName bundle:(NSBundle *)nibBundle

.. 您可能一直在使用自定义方法,而您的 MyViewController 实现中现在缺少该方法。

关于objective-c - 带索引的 UIViewController,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8866677/

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