Instance Method
stopUpdates()stopUpdatesstopUpdates
Defers updates and change notifications.
Declaration
func stopUpdates()Declaration
- (void) stopUpdates;Declaration
stopUpdates()Discussion
Balance each call with startUpdates()startUpdatesstartUpdates. Update suppression is not nested.
See Also
Update Control
Whether updates and change notifications are deferred.
Suppresses update tracking for current and subsequent changes.
Whether update tracking is suppressed.
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.
Suppresses update tracking for current and subsequent changes.
Whether update tracking is suppressed.
Processes deferred updates and sends combined change notifications.
Resumes updates without reporting changes made while updates were disabled or ignored.