appearanceForTraitCollection static method

UILabel appearanceForTraitCollection(
  1. UITraitCollection trait
)
override

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);
}