Instance Method
stopUpdateInterface()stopUpdateInterfacestopUpdateInterface
Suppresses interface updates and change notifications.
Declaration
func stopUpdateInterface()Declaration
- (void) stopUpdateInterface;Declaration
stopUpdateInterface()Discussion
Changes made while updates are stopped are not collected. Balance this with enableUpdateInterface()enableUpdateInterfaceenableUpdateInterface or enableFutureUpdates()enableFutureUpdatesenableFutureUpdates.
See Also
Interface Updates
Defers interface updates and change notifications.
Performs work while deferring 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
Defers 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.