gpt4 book ai didi

iphone - viewController nib 的 View 为零?

转载 作者:行者123 更新时间:2023-11-29 04:29:24 26 4
gpt4 key购买 nike

我曾经仅以编程方式创建 viewController/views。

使用 xib 比我想象的要难。

我发现 xib 或任何其他 subview 的 self.view 最初为零。

I created the viewController by [[MyViewController alloc] init]  
and tried to [myViewController.imageView setImage: image]; //imageView is nil

NSLog(@"%p", myViewController.view); // access view here
[myViewController.imageView setImage: image]; //works now

我觉得我错过了一些非常基本的东西。会是什么?

最佳答案

the documentation for UIViewController 中所述,当您第一次访问 view 属性时, View 会被延迟加载。您最早可以在 viewDidLoad 中引用它们。

关于iphone - viewController nib 的 View 为零?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11915644/

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