appearanceForTraitCollection static method
appearanceForTraitCollection:
Implementation
static UILabel appearanceForTraitCollection(UITraitCollection trait) {
objc.checkOsVersionInternal('UILabel.appearanceForTraitCollection:', iOS: (false, (8, 0, 0)));
final _ret = _objc_msgSend_1sotr3r(_class_UILabel, _sel_appearanceForTraitCollection_, trait.ref.pointer);
return UILabel.castFromPointer(_ret, retain: true, release: true);
}