appearance static method

UIView appearance()

appearance

Implementation

static UIView appearance() {
  final _ret = _objc_msgSend_151sglz(_class_UIView, _sel_appearance);
  return UIView.castFromPointer(_ret, retain: true, release: true);
}