Instance Method
isUpdateInterfaceEnabled()isUpdateInterfaceEnabledisUpdateInterfaceEnabled
Returns whether interface updates and change notifications are enabled.
Declaration
func isUpdateInterfaceEnabled() -> BoolDeclaration
- (BOOL) isUpdateInterfaceEnabled;Declaration
isUpdateInterfaceEnabled() -> boolSee 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.
Processes deferred interface updates and resumes normal update behavior.
Resumes normal update behavior without reporting changes made while updates were disabled.
See Also
Interface Updates
Defers interface updates and change notifications.
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.