Instance Method
lastOperation(_:)lastOperation:lastOperation_
The most recent update affecting the layer or its referenced content, while avoiding component cycles.
Declaration
func lastOperation(_ seenComponents: NSMutableSet) -> TimeIntervalDeclaration
- (NSTimeInterval) lastOperation:(NSMutableSet *) seenComponents;Declaration
lastOperation_(seenComponents: set) -> floatParameters
seenComponentsGlyph names already visited while traversing components.
See Also
Update State
The time of the most recent geometry invalidation.
The most recent update affecting the layer or its referenced content.
Whether derived representations are newer than changes that affect the layer.
Whether the layer is currently updating its side bearings.
A KVO dependency key for changes to any content of the layer.