remove(_:)
Removes the tree controller’s selected objects from the content.
Declaration
@IBAction func remove(_ sender: Any?)Discussion
The sender is typically the object that invoked this method.
Special Considerations
The result of this method is deferred until the next iteration of the run loop so that the error presentation mechanism can provide feedback as a sheet.