A Boolean value indicating whether the view controller’s view is loaded into memory.
SDK
- macOS 10.10+
Framework
- App
Kit
Declaration
var isViewLoaded: Bool { get }
A Boolean value indicating whether the view controller’s view is loaded into memory.
SDK
Framework
var isViewLoaded: Bool { get }
func view Did Load()
Called after the view controller’s view has been loaded into memory.
func view Will Appear()
Called after the view controller’s view has been loaded into memory is about to be added to the view hierarchy in the window.
func view Did Appear()
Called when the view controller’s view is fully transitioned onto the screen.
func view Will Disappear()
Called when the view controller’s view is about to be removed from the view hierarchy in the window.
func view Did Disappear()
Called after the view controller’s view is removed from the view hierarchy in a window.