[置顶] xcode4 中并非所有的Referencing Outles都是从File's Owner中得到

如题。当你的IBOutlet声明在delegate中的时候,他会从 app delegate中找到。

也就是第三个黄色的立方体图标。

headfirst iphone 第7章的那个 tableviewcontroller要从这里找。

你可能感兴趣的:(File,iPhone,XCode4)