Instance Property
content
A KVO dependency key for changes to any content of the layer.
Declaration
unowned(unsafe) var content: AnyObject? { get }Declaration
@property (nonatomic, unsafe_unretained, readonly) id content;Declaration
content() -> objectDiscussion
Observe this property to receive combined content changes. Its value is always nil.
See Also
Update State
The time of the most recent geometry invalidation.
The most recent update affecting the layer or its referenced content.
The most recent update affecting the layer or its referenced content, while avoiding component cycles.
Whether derived representations are newer than changes that affect the layer.
Whether the layer is currently updating its side bearings.