initWithTraitCollection method

UICellConfigurationState initWithTraitCollection(
  1. UITraitCollection traitCollection
)
override

initWithTraitCollection:

Implementation

UICellConfigurationState initWithTraitCollection(UITraitCollection traitCollection) {
objc.checkOsVersionInternal('UICellConfigurationState.initWithTraitCollection:', iOS: (false, (14, 0, 0)));
  final _ret = _objc_msgSend_1sotr3r(this.ref.retainAndReturnPointer(), _sel_initWithTraitCollection_, traitCollection.ref.pointer);
  return UICellConfigurationState.castFromPointer(_ret, retain: false, release: true);
}