appearanceForTraitCollection static method

UIStackView appearanceForTraitCollection(
  1. UITraitCollection trait
)

appearanceForTraitCollection:

Implementation

static UIStackView appearanceForTraitCollection(UITraitCollection trait) {
  final _$$ref$12 = trait.ref;
  objc.checkOsVersionInternal('UIStackView.appearanceForTraitCollection:', iOS: (false, (8, 0, 0)));
  final $ret = _objc_msgSend_1sotr3r(_class_UIStackView, _sel_appearanceForTraitCollection_, _$$ref$12.pointer);
  return UIStackView.fromPointer($ret, retain: true, release: true);
}