appearanceForTraitCollection$1 static method
UILabel
appearanceForTraitCollection$1(
- UITraitCollection trait, {
- UIAppearanceContainer? whenContainedIn,
appearanceForTraitCollection:whenContainedIn:
Implementation
static UILabel appearanceForTraitCollection$1(UITraitCollection trait, {UIAppearanceContainer? whenContainedIn}) {
objc.checkOsVersionInternal('UILabel.appearanceForTraitCollection:whenContainedIn:', iOS: (false, (8, 0, 0)));
final $ret = _objc_msgSend_15qeuct(
_class_UILabel,
_sel_appearanceForTraitCollection_whenContainedIn_,
trait.ref.pointer,
whenContainedIn?.ref.pointer ?? ffi.nullptr,
);
return UILabel.fromPointer($ret, retain: true, release: true);
}