Instance Method
ignoreUpdates()ignoreUpdatesignoreUpdates
Suppresses update tracking for current and subsequent changes.
Declaration
func ignoreUpdates()Declaration
- (void) ignoreUpdates;Declaration
ignoreUpdates()Discussion
Call enableFutureUpdates()enableFutureUpdatesenableFutureUpdates before using the layer with normal update behavior.
See Also
Update Control
Whether updates and change notifications are deferred.
Whether update tracking is suppressed.
Defers updates and change notifications.
Performs work while deferring updates and change notifications.
Processes deferred updates and sends combined change notifications.
Resumes updates without reporting changes made while updates were disabled or ignored.
See Also
Update Control
Whether updates and change notifications are deferred.
Whether update tracking is suppressed.
Defers updates and change notifications.
Processes deferred updates and sends combined change notifications.
Resumes updates without reporting changes made while updates were disabled or ignored.