automaticallyUpdatesContentConfiguration property
bool
get
automaticallyUpdatesContentConfiguration
automaticallyUpdatesContentConfiguration
Implementation
bool get automaticallyUpdatesContentConfiguration {
objc.checkOsVersionInternal('UITableViewCell.automaticallyUpdatesContentConfiguration', iOS: (false, (14, 0, 0)));
return _objc_msgSend_91o635(this.ref.pointer, _sel_automaticallyUpdatesContentConfiguration);
}
set
automaticallyUpdatesContentConfiguration
(bool value)
setAutomaticallyUpdatesContentConfiguration:
Implementation
set automaticallyUpdatesContentConfiguration(bool value) {
objc.checkOsVersionInternal('UITableViewCell.setAutomaticallyUpdatesContentConfiguration:', iOS: (false, (14, 0, 0)));
_objc_msgSend_1s56lr9(this.ref.pointer, _sel_setAutomaticallyUpdatesContentConfiguration_, value);
}