Returns the class of the value that will be returned for the specified binding.
SDK
- macOS 10.3+
Framework
- App
Kit
Declaration
func valueClassForBinding(_ binding: NSBinding Name) -> Any Class?
Parameters
binding
The name of a binding.
Return Value
The class of the value that will be returned for binding
.
Discussion
This method is used by Interface Builder to determine the appropriate transformers for a binding.
Implementation of this method is optional.