contentConfiguration property
UIContentConfiguration?
get
contentConfiguration
contentConfiguration
Implementation
UIContentConfiguration? get contentConfiguration {
objc.checkOsVersionInternal('UITableViewCell.contentConfiguration', iOS: (false, (14, 0, 0)));
final _ret = _objc_msgSend_151sglz(this.ref.pointer, _sel_contentConfiguration);
return _ret.address == 0 ? null : UIContentConfiguration.castFromPointer(_ret, retain: true, release: true);
}
set
contentConfiguration
(UIContentConfiguration? value)
setContentConfiguration:
Implementation
set contentConfiguration(UIContentConfiguration? value) {
objc.checkOsVersionInternal('UITableViewCell.setContentConfiguration:', iOS: (false, (14, 0, 0)));
_objc_msgSend_xtuoz7(this.ref.pointer, _sel_setContentConfiguration_, value?.ref.pointer ?? ffi.nullptr);
}