- (void)viewDidLoad
{
CGRect frame = CGRectMake(20, 45, 140, 21);
UILabel *label = [[UILabel alloc] initWithFrame:frame];
[window addSubview:label];
[label setText:@"Hello world"];
[label release];
[super viewDidLoad];
// Do any additional setup after loading the view, typically from a nib.
}
エラーは次のとおりです: 明確化されていない識別子 'window' の使用