Return Value 戻り値
true
if the key-value coding methods should access the corresponding instance variable directly on finding no accessor method for a property, otherwise false
.
Availability
Technology
class var accessInstanceVariablesDirectly: Bool
{ get }
true
if the key-value coding methods should access the corresponding instance variable directly on finding no accessor method for a property, otherwise false
.
The default returns true
. Subclasses can override it to return false
, in which case the key-value coding methods won’t access instance variables.