gpt4 book ai didi

iphone - 属性 'View; not found on object of type "x"

转载 作者:塔克拉玛干 更新时间:2023-11-02 20:26:02 24 4
gpt4 key购买 nike

我目前正在 Xcode SDK iOS 5 上为 iPhone 开发 Radio 应用程序,我目前正在使用苹果提供的 StichedStreamPlayer 中的一些元素。我遇到的问题是 ApplicationDidFinishLaunching 部分

这是我的代码:

appDelegate.m

#import "iGamerFMAppDelegate.h"

@class iGamerFMStreamingViewController;

@implementation iGamerFMAppDelegate

@synthesize window;

@synthesize iGamerFMViewController;

- (void)applicationDidFinishLaunching:(UIApplication *)application

{

//Adds the streaming view controller once finished loading

[window addSubview:iGamerFMViewController.view];

[window makeKeyAndVisible];

}

-(void)dealloc

{

[window release];

[iGamerFMViewController release];

[super dealloc];

}

@end

我得到一个错误 - 在“iGamerFMViewController”类型的对象上找不到属性“View”我已经尝试了从重写它到从另一个项目复制和粘贴的所有方法,但它仍然不起作用。你知道为什么会这样吗?

最佳答案

确保为 View Controller 选择了正确的类。

enter image description here

关于iphone - 属性 'View; not found on object of type "x",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6886438/

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