Declaration

unowned(unsafe) var content: AnyObject? { get }

Declaration

@property (nonatomic, unsafe_unretained, readonly) id content;

Declaration

content() -> object

Discussion

Observe this property to receive combined content changes. Its value is always nil.

See Also

Update State