Instance Property
areUpdatesDisableddisableUpdatesdisableUpdates
Whether updates and change notifications are deferred.
Declaration
var areUpdatesDisabled: Bool { get set }Declaration
@property (nonatomic, getter=areUpdatesDisabled) BOOL disableUpdates;Declaration
areUpdatesDisabled() -> bool
setDisableUpdates_(disableUpdates: bool)Discussion
Setting this to NO processes accumulated updates and sends combined notifications.
See Also
Update Control
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.
Processes deferred updates and sends combined change notifications.
Resumes updates without reporting changes made while updates were disabled or ignored.
See Also
Update Control
Suppresses update tracking for current and subsequent changes.
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.