var description: String
A textual representation of the receiver.
Availability
Technology
optional var debugDescription: String
{ get }
A string that describes the object for debugging purposes.
The debugger’s po
command uses this property to create a textual representation of the object suitable for display in the debugger. The default implemention returns the same value as description
. Override either property to provide custom object descriptions.
var description: String