Reading List

NSViewController.ViewLoading from Michael Tsai RSS feed.

NSViewController.ViewLoading

NSViewController.ViewLoading: Use this property wrapper on view controller properties that can be nil before the view controller’s view loads. Wrapping view controller properties this way eliminates crashes that can occur from implicitly defining properties as Optional, and then referencing them before the view controller finishes loading.[…]Use this property wrapper over implicitly unwrapped optionals for IBOutlets […]