Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今天早些时候我想知道,如果你创建一个只有属性的新子类,IE,一个 UITableViewCell 的子类,它添加了一些额外的 IBOutlets,通过属性暴露给控制器,你真的需要一个实现文件吗?
我已经决定,不,这不重要,并且没有进一步考虑就把实现文件扔掉了。
事实证明我错了。在我的具体情况下,我最终遇到了这样的错误:
Unknown class MyTableViewCell in Interface Builder File
我花了几分钟才找到,直到我想起我已经扔掉了我的实现文件,因为我认为它没用。吸取的教训(现在在 Stack Overflow 上分享):不要那样做。