func valueClassForBinding (NSBindingName) -> AnyClass?
Returns the class of the value that will be returned for the specified binding.
func optionDescriptionsForBinding (NSBindingName) -> [NSAttributeDescription]
Returns an array describing the options for the specified binding.
func infoForBinding (NSBindingName) -> [NSBindingInfoKey : Any]?
Returns a dictionary describing the receiver’s
binding
.func unbind(NSBindingName)
Removes a given binding between the receiver and a controller.
func NSIsControllerMarker (Any?) -> Bool
Tests whether a given object is special marker object used for indicating the state of a selection in relation to a key.