customViewPersistentData
Called by the host application to obtain view state data from a custom Cocoa view.
Declaration
unowned(unsafe) var customViewPersistentData: NSDictionary? { get set }Return Value
A dictionary containing view state data.
Discussion
The host application should call this method before closing the view.