gpt4 book ai didi

iOS - 设置值 :forUndefinedKey problem on a subView

转载 作者:行者123 更新时间:2023-11-28 23:14:48 25 4
gpt4 key购买 nike

这看起来像是一个基本的 IB 错误,但事实并非如此。

*** Terminating app due to uncaught execption 'NSUnknownKeyExecption', reason:'[<TrailersViewController 0x585e8e0> setValue:forUndfinedKey:]: this class is not key value coding-compliant for the key myImageView.' 
  1. myImageView 不在 TrailersViewController 中,它在TrailersViewController 上的另一个对象。

  2. myImageView 没有任何 IBOutlets。

  3. 第三,推送 View 时似乎会遇到这个问题 Controller ,但它的对象显示在 subview 中。

  4. myImageView 只是对象中的一个局部变量。

我也有这个工作,但注意到我的 TrailersViewController 相当漏水,所以我正在重新组织它以阻止这些泄漏。

我现在不知所措,但我可以前往的任何其他方向都很棒。

最佳答案

您似乎已将 nib 中的 myImageView View 关联到 TrailersViewController 中名为 myImageView 的 @property IBOutlet,但您忘记了 @synthesize 此属性。因此,当运行时尝试使用键值方法将从 nib 加载的 myImageView 对象分配给 myImageView 实例时,如果您没有合成它,它不会找到 setter 方法。

关于iOS - 设置值 :forUndefinedKey problem on a subView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6932887/

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