English 中文(简体)
3. 间建筑问题: 在打上IBOutlet时,“这个类别对于钥匙来说并不关键价值编码要求”
原标题:Interface builder problem: When hooking up an IBOutlet, getting "this class is not key value coding-compliant for the key"

我在此做的是:

(1) 创建新的“国际投资银行”分级,与NIB进行接口建设

2) 标题:

@interface QuizMainViewController : UIViewController 
{
    UILabel* aLabel;
} 

@property (nonatomic, retain) IBOutlet UILabel* aLabel;

@end

页: 1

#import "QuizMainViewController.h"    

@implementation QuizMainViewController

@synthesize aLabel;

- (void)dealloc 
{
    [aLabel release];
    [super dealloc];
}

@end

4) 开放国家银行 在接口建设商中,从中汲取了一个新的“国际可可”。

我在此测试该方案,并处以罚款。

5)在档案所有人上被点击,从外围点到统一工线。

我坐在这里,坠毁。 日志电:

*** 由于无专业例外,因此而终止计算,理由:[规定Value:for Un DefinKey:]:这一类别不符合关键行业的关键价值编码。

最佳回答

我已经确定问题!

这一观点正在装上一个表式酒吧控制员,我把刀名定为“QuizMainViewController”,但我并没有将“QuizMainViewController”的那类身份定为“QuizMainViewController”的违约值。

当该观点被装上时,它就认为是国际律师联合会的一个案例,因此它确实知道该劳工财产。

职权范围: 在使用制片控制器时,为拥有自己视力控制器的ni确定刀的名称和等级。

问题回答

尝试:

@interface QuizMainViewController : UIViewController 
{
    IBOutlet UILabel* aLabel;
} 

令人欣慰的是,在目标2中,你已不再需要这样做,但我已把问题摆在桌面上。

Edit:

你们可以尝试改变

@property (nona纽约总部mic, retain) IBOutlet UILabel* aLabel;

纽约总部

@property (nona纽约总部mic, retain) IBOutlet UILabel *aLabel;

然而,不要认为应该如此。 汇编者通常可以回避。

Edit01:

In IB, make sure that he class of the view controller is set 纽约总部 QuizManViewController and not just UIView.





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签