automaticallyUpdatesBackgroundConfiguration property
bool
get
automaticallyUpdatesBackgroundConfiguration
automaticallyUpdatesBackgroundConfiguration
Implementation
bool get automaticallyUpdatesBackgroundConfiguration {
objc.checkOsVersionInternal('UITableViewCell.automaticallyUpdatesBackgroundConfiguration', iOS: (false, (14, 0, 0)));
return _objc_msgSend_91o635(this.ref.pointer, _sel_automaticallyUpdatesBackgroundConfiguration);
}
set
automaticallyUpdatesBackgroundConfiguration
(bool value)
setAutomaticallyUpdatesBackgroundConfiguration:
Implementation
set automaticallyUpdatesBackgroundConfiguration(bool value) {
objc.checkOsVersionInternal('UITableViewCell.setAutomaticallyUpdatesBackgroundConfiguration:', iOS: (false, (14, 0, 0)));
_objc_msgSend_1s56lr9(this.ref.pointer, _sel_setAutomaticallyUpdatesBackgroundConfiguration_, value);
}