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