首页 > 解决方案 > 失踪的奥特莱斯

问题描述

我在 ViewController 上定义了两个插座。

// ViewController.m
#import "ViewController.h"

@interface ViewController ()

@property (nonatomic, weak) IBOutlet UILabel *questionLabel;
@property (nonatomic, weak) IBOutlet UILabel *answerLabel;

@end

@implementation ViewController

@end

但是当我在情节提要上检查这两个奥特莱斯时,它们不见了。

在此处输入图像描述

标签: iosobjective-c

解决方案


推荐阅读