localObject
A custom object associated with the drag item.
Declaration
var localObject: Any? { get set }Mentioned in
Discussion
The localObject property gives you the option to associate a custom object, such as a model object, with the drag item. The local object is available only to the app that initiates the drag activity.