Contents

NSNull

A singleton object used to represent null values in collection objects that don’t allow nil values.

Declaration

class NSNull

Mentioned in

Overview

NSNull is “toll-free bridged” with its Core Foundation counterpart, CFNull. See Toll-Free Bridging for more information on toll-free bridging.

Topics

Initializers

See Also

Special Semantic Values