Why does UIWindow have two question marks (UIWindow?)

UIWindow is declared with two question marks -> UIWindow ?? (at least autocomplete says so) What does this mean? I'm pretty sure this is not a coalescing operator.

Possibly a bad choice of words ... The window property of the appDelegate is of type UIWindow ??.

+3


source to share





All Articles