snapshotViewAfterScreenUpdates method

UIView? snapshotViewAfterScreenUpdates(
  1. bool afterUpdates
)

snapshotViewAfterScreenUpdates:

Implementation

UIView? snapshotViewAfterScreenUpdates(bool afterUpdates) {
  objc.checkOsVersionInternal('UIView.snapshotViewAfterScreenUpdates:', iOS: (false, (7, 0, 0)));
  final _ret = _objc_msgSend_1t6aok9(this.ref.pointer, _sel_snapshotViewAfterScreenUpdates_, afterUpdates);
  return _ret.address == 0 ? null : UIView.castFromPointer(_ret, retain: true, release: true);
}