失踪的奥特莱斯

时间:2019-01-04 08:23:29

标签: ios objective-c

我在ViewController上定义了两个出口。

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

@interface ViewController ()

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

@end

@implementation ViewController

@end

但是当我在情节提要上检查这两个插座时,它们却不见了。

enter image description here

0 个答案:

没有答案