delegate如果未提供构造函数,则变量的初始值是多少?
delegate
class Example { weak var delegate: Bool? }
是的,如果未分配,它将自动设置为nil。
从苹果:
如果定义可选变量而不提供默认值,则该变量会自动为您设置为nil