Instance Method
disableUpdateInterface()disableUpdateInterfacedisableUpdateInterface
Defers interface updates and change notifications.
Declaration
func disableUpdateInterface()Declaration
- (void) disableUpdateInterface;Declaration
disableUpdateInterface()Discussion
Changed keys are collected and reported when enableUpdateInterface()enableUpdateInterfaceenableUpdateInterface is called. Balance this with enableUpdateInterface()enableUpdateInterfaceenableUpdateInterface.
See Also
Interface Updates
Performs work while deferring interface updates and change notifications.
Suppresses interface updates and change notifications.
Performs work while suppressing interface updates and change notifications.
Processes deferred interface updates and resumes normal update behavior.
Resumes normal update behavior without reporting changes made while updates were disabled.
Returns whether interface updates and change notifications are enabled.
See Also
Interface Updates
Suppresses interface updates and change notifications.
Processes deferred interface updates and resumes normal update behavior.
Resumes normal update behavior without reporting changes made while updates were disabled.
Returns whether interface updates and change notifications are enabled.