Instance Method
enableUpdateInterface()enableUpdateInterfaceenableUpdateInterface
Processes deferred interface updates and resumes normal update behavior.
Declaration
func enableUpdateInterface()Declaration
- (void) enableUpdateInterface;Declaration
enableUpdateInterface()Discussion
This reports change keys collected by disableUpdateInterface()disableUpdateInterfacedisableUpdateInterface.
See Also
Interface Updates
Defers interface updates and change notifications.
Performs work while deferring interface updates and change notifications.
Suppresses interface updates and change notifications.
Performs work while suppressing interface updates and change notifications.
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
Defers interface updates and change notifications.
Suppresses interface updates and change notifications.
Resumes normal update behavior without reporting changes made while updates were disabled.
Returns whether interface updates and change notifications are enabled.