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