xcode:以下教程,但'subViewOneController'未声明的错误

时间:2010-07-03 05:18:23

标签: iphone xcode

所以我刚开始为iPhone编程,我在这里尝试这个新教程: http://theappleblog.com/2009/04/15/iphone-dev-sessions-create-a-navigation-based-application/

当我构建项目时,在: RootViewController.m

我在第一行收到'subViewOneController'未声明的错误:

// allocate a set of views and add to our view array as a dictionary item

SubViewOneController *subViewOneController = [[SubViewOneController alloc] init];

subViewOneController.title = @"Subview One";

错误是什么意思?我应该在哪里确保名称匹配?

谢谢, 马特

1 个答案:

答案 0 :(得分:1)

您需要确保名为SubViewOneController的类存在,并且您要在SubViewOneController.h

中导入其标题(RootViewController.m