IBOutlets

IBOutlet 既不是保留字也不是变量或类,是 Interface Builder 的语法糖。在对 Objective-C 源代码进行预处理之后,它将被解析为空。

在 Swift 中它被解决为零。

它在 <UIKit/UINibDeclarations.h> 中声明为

#ifndef IBOutlet
#define IBOutlet
#endif