我在ViewController上定义了两个出口。
// ViewController.m
#import "ViewController.h"
@interface ViewController ()
@property (nonatomic, weak) IBOutlet UILabel *questionLabel;
@property (nonatomic, weak) IBOutlet UILabel *answerLabel;
@end
@implementation ViewController
@end
但是当我在情节提要上检查这两个插座时,它们却不见了。