Instance Method
startUpdates()startUpdatesstartUpdates
Processes deferred updates and sends combined change notifications.
Declaration
func startUpdates()Declaration
- (void) startUpdates;Declaration
startUpdates()Discussion
Call this after stopUpdates()stopUpdatesstopUpdates when changes made while updates were disabled must be reported.
See Also
Update Control
Whether updates and change notifications are deferred.
Suppresses update tracking for current and subsequent changes.
Whether update tracking is suppressed.
Defers updates and change notifications.
Performs work while deferring updates and 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.
Defers updates and change notifications.
Resumes updates without reporting changes made while updates were disabled or ignored.